[GitHub] [pulsar] trexinc commented on issue #7095: Support key shared batching in Functions

2020-05-29 Thread GitBox
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 ---

[GitHub] [pulsar] trexinc commented on issue #7095: Support key shared batching in Functions

2020-05-29 Thread GitBox
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. -