You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 more details.
The text was updated successfully, but these errors were encountered:
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)
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)
* Fix Checkstyle violation
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 more details.
The text was updated successfully, but these errors were encountered: