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

STORM-4055 Kafka Consumer ConcurrentModificationException fix #3691

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

anand-h-codes
Copy link
Contributor

What is the purpose of the change

Kafka Consumer object is not thread safe. It must not be passed among threads for the purpose of collecting metrics. Instead Kafka Admin client can be used.

How was the change tested

mvn tests & tested collecting Console Metrics for a Kafka Spout in local cluster.

@rzo1
Copy link
Contributor

rzo1 commented Sep 2, 2024

Might be something in your area of in interest @avermeer ?

@rzo1 rzo1 requested a review from avermeer September 2, 2024 18:04
@reiabreu
Copy link
Contributor

reiabreu commented Sep 4, 2024

Had a look and it looks good.

@reiabreu reiabreu merged commit 14f0944 into apache:master Sep 4, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants