udaysagar2177 commented on issue #17331: URL: https://github.com/apache/pinot/issues/17331#issuecomment-3889897106
I finally got around to submitting the code changes for this, a little later than intended. See https://github.com/apache/pinot/pull/17688. One more advantage of micro-batch ingestion is simpler idempotency, since each batch is handled as a single unit. Instead of detecting and managing duplicates for every individual message, deduplication can be performed once per batch, reducing overhead and simplifying retry handling. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
