This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Kafka messages with duplicate header keys prevent the message browser from displaying in the UI #128
Labels
bug
Something isn't working
Issue Description
When a producer for a topic creates message headers and more than 1 header has the same key, the messages cannot be displayed in the messages panel for the topic in the Event Streams UI.
The messages panel will display an error page but no notifications will be issued. To diagnose the problem, you need to inspect the network responses to requests in the browser when the Messages tab is opened for a selected topic. The request to look for is a POST https:///api/admin/gql/queries. The status code in the response for that request will be set to
200 ok
but the response payload will contain an error similar to the following:Environment
The text was updated successfully, but these errors were encountered: