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

#654 collecting kafka metrics #627

Merged
merged 4 commits into from
Jan 13, 2025
Merged

Conversation

mcweba
Copy link
Collaborator

@mcweba mcweba commented Jan 8, 2025

No description provided.

@mcweba mcweba requested review from hiddenalpha and Kusig January 8, 2025 15:41
newCounter.increment();
successSendCounterMap.put(topic, newCounter);
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

incrementSuccessCount and incrementFailCount1 are NOT thread-save. Is it ensured only one thread is at work here (eg in case of multiple verticle instances)?

@mcweba mcweba merged commit 6be58ea into develop Jan 13, 2025
4 checks passed
@mcweba mcweba deleted the feature/issue654_collect_kafka_metrics branch January 13, 2025 12:16
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.

2 participants