lhotari commented on PR #24704: URL: https://github.com/apache/pulsar/pull/24704#issuecomment-3270561506
> I'm not really familiar with batch processing in Pulsar functions in general, so it would take a bit more time for me to figure it out... I would eventually need help with that as well. It would be nice if someone could help me out with this ^^' Transaction batching wouldn't be directly related to Pulsar batching. It's simply about using the same transaction to process multiple incoming messages. This would be necessary to achieve high performance without putting too much pressure on the transaction coordinator and adding too much latency to processing. We could proceed without having this in PIP-439 and come back to this after testing the performance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org