Skip to content

GH-3108: Unsafe access to consumer in seek API #3109

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

Merged
merged 2 commits into from
Mar 8, 2024

Conversation

sobychacko
Copy link
Contributor

Fixes: #3108

  • When the seek API that uses the user-provided function to compute the offset to seek, there is a concurrency issue in which the Kafka consumer is used unsafely.

See this for details: #3078 (comment)

Fixes: spring-projects#3108

* When the seek API that uses the user-provided function to compute the offset to seek,
  there is a concurrency issue in which the Kafka consumer is used unsafely.

See this for details: spring-projects#3078 (comment)
@sobychacko sobychacko requested a review from artembilan March 8, 2024 16:05
@artembilan artembilan merged commit 65105b6 into spring-projects:main Mar 8, 2024
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.

Unsafe access to Kafka consumer in seek operation
2 participants