imaffe commented on pull request #17937:
URL: https://github.com/apache/flink/pull/17937#issuecomment-1011826129


   > I think two comments are not addressed but everything else looks good now, 
thanks for the patience. Can you squash all the commits together that the PR 
only includes two commits one for the bug fix and one for the tests? Nit: Next 
time it would be great if you mark the comments you have addressed :)
   
   The first case can be deleted. The edge case it tries to test is addressed 
in the SplitReaderTest. Basically what we want to do here is to wait for a 
certain timeout between two messages in the pulsar client and see how it 
behaves. Do we have suggestions on how to test these kinds of behaviour? (needs 
to wait for an external system to timeout, feels we can't use a blocking queue 
to signal a event complete here). 
   
   The second place, I'll set the polling timeout to a large number. And rely 
on the global timeout to terminate execution if the end condition is not met. 
   


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to