Skip to content
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

CreateTopicsResponse returns only 4 configs instead of all #16578

Closed
weeco opened this issue Feb 12, 2024 · 0 comments · Fixed by #16922
Closed

CreateTopicsResponse returns only 4 configs instead of all #16578

weeco opened this issue Feb 12, 2024 · 0 comments · Fixed by #16922
Assignees
Labels
area/kafka kind/bug Something isn't working sev/medium Bugs that do not meet criteria for high or critical, but are more severe than low.

Comments

@weeco
Copy link

weeco commented Feb 12, 2024

Version & Environment

Redpanda version: (use rpk version): v23.3.5

What went wrong?

CreateTopicsResponse v5+ is expected to return all the configs that apply to this specific topic. Redpanda only returns four configs. It's always the same four configs.

image

What should have happened instead?

Apache Kafka returns all Kafka topic configs:

image

How to reproduce the issue?

  1. Send CreateTopicsRequest (v5+)
  2. Look at response's configs property, it will report just 4 configs.

Additional information

I missed to point this out in #15722

@weeco weeco added kind/bug Something isn't working area/kafka labels Feb 12, 2024
@michael-redpanda michael-redpanda removed their assignment Feb 26, 2024
@michael-redpanda michael-redpanda added the sev/medium Bugs that do not meet criteria for high or critical, but are more severe than low. label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kafka kind/bug Something isn't working sev/medium Bugs that do not meet criteria for high or critical, but are more severe than low.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants