-
-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display __consumer_offsets contents #856
Display __consumer_offsets contents #856
Conversation
There's still some awkward formatting of kafka-connect offset messages due to the metadata within there, but overal the messages are now readable and can be used for debugging, which was not possible before. |
Seems to works well thanks 👍 |
also added __transaction_state topic since we are loading the class needed :=) |
Only realized later that it might be better to show a JSON serialized object for the group meta data value rather than the toString of the same object. Since the UI expects and does syntax highlighting for JSON. Would you agree and like to see that changed? |
Yes it will be better 😊 |
Hmm; the returned
I'd lean towards option 1 or 2, especially since this is all quite exceptional handling for special topics. |
For transactions topics, I've choose the Map options |
Fixes #654