Configurable truncation length of topic & schema names #741
Labels
status/triage/completed
Automatic triage completed
status/triage/manual
Manual triage in progress
type/feature
A brand new feature
Issue submitter TODO list
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
andpartition 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
9f79a56
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!
The text was updated successfully, but these errors were encountered: