trexinc commented on issue #7095:
URL: https://github.com/apache/pulsar/issues/7095#issuecomment-636287782
In addition, KEY_SHARED mode should be added to function consuming as well,
as it is most useful for improving performance with --retain-ordering &
--parallelism
---
trexinc commented on issue #7095:
URL: https://github.com/apache/pulsar/issues/7095#issuecomment-635883555
Seems that this feature is not overly complicated to implement, just add a
config to function to enable key based batching, and then create producers
according to this config.
-