may I know from pulsar functions how to publish message(s) to different pulsar topic partition based on hashing? . pulsar producer has various hashing schemes to send messages to different topic, like that i am looking for.
Asked
Active
Viewed 147 times
0
-
You want to have an option in Pulsar functions to define your own routing for output messages to partitions, right? Do I understand you correctly? – Sergii Zhevzhyk Jun 26 '20 at 19:46
-
Yes, exactly that's what I am looking for. – Murugan M Jun 27 '20 at 06:29
-
I am not aware of any possible way to achieve it in Pulsar functions, but you can submit a feature request at https://github.com/apache/pulsar/issues – Sergii Zhevzhyk Jun 27 '20 at 10:12