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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
I'm not sure about the problem here. We do rsplit looking for the first "." in the topic name starting from the right that delimits the topic name. In your case if the topic name is "topic1.0.38531" to set offsets for partition 0 you should be able to do something like:
kafka-consumer-manager --cluster-type test --cluster-name my_cluster offset_set my_group topic1.0.38531.0=12345
Is this not working?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have a use case where some of our topics are defined with periods in them. Potentially not a good practice but that is the case none the less.
For running commands such as the following:
This poses as a problem due to the way the syntax is setup for the command line usage.
Can you recommend a work-around potentially for this or would you be open to a patch that allows topics with periods to be used somehow?
Thanks for the help in advance!
@deckarep
The text was updated successfully, but these errors were encountered: