I have a multi-partition topic that is consumed by multiple consumers(same group). My goal is to maximize the consuming processing, i.e. any consumer can consume messages from any partitions.
I know that it looks impossible as only one consumer can consume from a partition.
Is it possible to use the REST Proxy to achieve this? For example, polling all the Proxy consumer instances.
Thanks.