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

KafkaAdmin NPE With Typo in Config Name #2832

Closed
garyrussell opened this issue Oct 9, 2023 · 0 comments · Fixed by #2833
Closed

KafkaAdmin NPE With Typo in Config Name #2832

garyrussell opened this issue Oct 9, 2023 · 0 comments · Fixed by #2833

Comments

@garyrussell
Copy link
Contributor

When a topic is created with no configuration properties, AdminClient.describeConfigs() returns null.

The admin does not check for null when looking for mismatched configs; the check fails.

A null should represent a mismatch.

@garyrussell garyrussell added this to the 3.1.0-RC1 milestone Oct 9, 2023
@garyrussell garyrussell self-assigned this Oct 9, 2023
@garyrussell garyrussell changed the title KafkaAdmin Modify Topics Does Not Work If No Current Configs Present KafkaAdmin NPE With Typo in Config Name Oct 9, 2023
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Oct 9, 2023
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Oct 9, 2023
artembilan pushed a commit that referenced this issue Oct 9, 2023
Resolves #2832

**cherry-pick to 3.0.x, 2.9.x**
artembilan pushed a commit that referenced this issue Oct 9, 2023
Resolves #2832

**cherry-pick to 3.0.x, 2.9.x**

(cherry picked from commit 43650a4)
artembilan pushed a commit that referenced this issue Oct 9, 2023
Resolves #2832

**cherry-pick to 3.0.x, 2.9.x**

(cherry picked from commit 43650a4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant