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
While messages from a single partition must be processed in-order, messages from different partitions need not. Therefore, we can use multiple threads to process messages from different partitions.
The text was updated successfully, but these errors were encountered:
I'm hoping that we can leave the consumer API as-is, and just have this be a configuration. Since both process and process_batch work on single-partition data, we should be able to spin up n independent consumer class instances and have n threads deliver messages to the processing methods independently.
While messages from a single partition must be processed in-order, messages from different partitions need not. Therefore, we can use multiple threads to process messages from different partitions.
The text was updated successfully, but these errors were encountered: