-
-
Notifications
You must be signed in to change notification settings - Fork 212
Description
Issue submitter TODO list
- I've searched for an already existing issues here
- I'm running a supported version of the application which is listed here and the feature is not present there
Is your proposal related to a problem?
Our topic and schema naming conventions result in names that are often greater than 60 characters.
Currently, these names are being truncated in the UI, with an ellipsis appended to the truncated name which can lead to slight confusion in identifying topics or schema subjects.
The tooltip shows the full topic name / schema subject when a user hovers over the truncated name but given we have some whitespace between the topic name and partition count columns, we would prefer for the full topic (& schema name within schema registry dropdown) to be shown if possible.
Describe the feature you're interested in
Configure the length that truncation occurs in the UI when viewing topics & schemas.
Currently, an arbitrary topic name like:
ZETA.Galaxy.Observation.DataStream.Analysis.Processor.ZETA.Galaxy.Observation.Retry.0
will truncate to:
ZETA.Galaxy.Observation.DataStream.Analysis.Processor.ZETA...
Describe alternatives you've considered
No response
Version you're running
Additional context
We came across Kafbat and love the OAuth & RBAC support it provides out of the box.
Thanks for the continued work on the project!