Replies: 2 comments
-
I assume |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to unit tests in the Java client, you can update these settings in a consumer:
and these settings you cannot update:
Code Reference:
Java unit tests:
In practice, this only applies to a durable consumer, but if you know the internal name of an ephemeral consumer, you might be able to update it's settings. This has not been verified.
Beta Was this translation helpful? Give feedback.
All reactions