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
In the current implementation the Kafka consumer we process messages synchronously, so this causes the "Head-of-Line Blocking" problem. One possible fix to leverage would be leveraging multi-processing.
The text was updated successfully, but these errors were encountered:
Describe the issue
In the current implementation the Kafka consumer we process messages synchronously, so this causes the "Head-of-Line Blocking" problem. One possible fix to leverage would be leveraging multi-processing.
The text was updated successfully, but these errors were encountered: