-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to set redpanda.remote.write and redpanda.remote.read together in a single rpk command #4499
Comments
This sounds like some config parsing bug within redpanda itself, cc @piyushredpanda |
Can confirm that it looks like redpanda issue, cause setting via
Although it doesn't reproduce in |
Also setting them both to false doesn't work:
|
The root cause is that we represent |
Redpanda does not handle setting both properties at the same time (see redpanda-data#4499) so as a temporary workaround we error here. Fixes redpanda-data#9191
Redpanda does not handle setting both properties at the same time (see redpanda-data#4499) so as a temporary workaround we error here. Fixes redpanda-data#9191
Redpanda does not handle setting both properties at the same time (see redpanda-data#4499) so as a temporary workaround we error here. Fixes redpanda-data#9191
Redpanda does not handle setting both properties at the same time (see redpanda-data#4499) so as a temporary workaround we error here. Fixes redpanda-data#9191
Version & Environment
v21.11.15
For some reason, this command:
only sets remote write to true:
Setting each parameter in separate rpk commands works.
Note this does not happen for other topic configuration parameters. For example the following works as expected.
JIRA Link: CORE-899
The text was updated successfully, but these errors were encountered: