Can consumer groups span different nodes in a cluster?

Viewed 2023

I've seen a lot of examples of using the high level consumer (consumer group) to consume a topic using many threads within the same process. Can you have multiple processes (on different machines) split the partitions and consume in parallel? If so, do you have any examples?

1 Answers
Related