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
Previously, we used native Kafka sink implementation through kafka-clients.
This caused an issue when actual `send` operation becomes blocking as the
record write buffer fills and an actual send operation is performed.
We're currently successfully using fs2-kafka in enrich with Enrich without
major issues. Rewriting the Sink to use a two-effect pattern makes no sense
and therefore fs2-kafka is used to prevent blocking problems.
0 commit comments