Github user fanyon commented on the issue:

    https://github.com/apache/flink/pull/3766
  
    @tzulitai Thank you for your reply. For 2, I think a new issue may be 
created later.
    
    For 1, it is really a problem for which will block the running job.  There 
may be two ways:
    
    1. Depend on the timeout mechanism of kafka. When fetching partition meta 
from kafka, some timeout configurations should be setted.
    2. Using Future to get the partiton meta of kafka, and user can set the 
timeout with configuration.
    
    For the 1th way, problem may still exist for network and other reasons, so 
I'm apt to use the 2ed way. 
    cc @gyfora 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to