You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have an issue where fetching a list of already existing topics from kafka 2.1.1 using jikkou v0.33.3 returns a list of topics all of which have the same topic ID. Should this be a point of concern? I worry that changing the configuration of one of the topics might result in an inadvertent change in the others.
Hi @sandile-yakka, I think the concept of topic-id does not exist in kafka 2.1.1 so the Kafka Client returns some kind of default value. Maybe it would be preferable to hide that label in Jikkou for that situation.
Hi, I have an issue where fetching a list of already existing topics from kafka 2.1.1 using jikkou v0.33.3 returns a list of topics all of which have the same topic ID. Should this be a point of concern? I worry that changing the configuration of one of the topics might result in an inadvertent change in the others.
The text was updated successfully, but these errors were encountered: