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

KAYAK-3409 Revert ConsumerImpl back to Sync[F].delay #839

Merged
merged 3 commits into from
Jan 12, 2024

Conversation

zcox
Copy link
Collaborator

@zcox zcox commented Jan 12, 2024

KAYAK-3409 #835 was a terrible idea. It quickly led to ConcurrentModificationException, due to the non-thread-safe KafkaConsumer getting called concurrently by different threads of the cats-effect blocking pool.

We already account for this via ShiftingConsumer. There is likely ultimately a better way to handle this, but for now, delay remains.

@zcox zcox requested a review from a team as a code owner January 12, 2024 01:05
@zcox zcox merged commit faa6038 into Banno:main Jan 12, 2024
5 checks passed
@zcox zcox deleted the consumer-delay branch January 12, 2024 18:08
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