walterddr opened a new pull request, #10432: URL: https://github.com/apache/pinot/pull/10432
see #10424 for more details this is another attempt to address the problem discovered in #10417 - comparing to approach #10425 this one doesn't do a fix delay instead will try to leverage the onNext sequential nature to guarantee delivery of at least 1 message, thus not causing the un-started stream issue. - this approach could block when onNext() is slow and thus potentially slow down the closing of an exception channel. -- 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]
