flink table Kafka 重新连接的问题

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

flink table Kafka 重新连接的问题

marble.zhong@coinflex.com.INVALID
你好。
当connector连接kafka,如果某个message出现exception时,task就停了, 没有自动重新连接, 看了kafka
connector的配置,没有这方面的设置,这个有什么重连机制吗? Thanks.



--
Sent from: http://apache-flink.147419.n8.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: flink table Kafka 重新连接的问题

marble.zhong@coinflex.com.INVALID
自己顶一下, 有人给些建议吗?



--
Sent from: http://apache-flink.147419.n8.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: flink table Kafka 重新连接的问题

Paul Lam
具体是什么样的 exception?Kafka 的重连和 Task 重启是不同的事情。前者取决于 Kafka 的配置和异常的类型,后者取决于 Flink 的重启策略。

Best,
Paul Lam

> 2020年9月11日 11:42,[hidden email] <[hidden email]> 写道:
>
> 自己顶一下, 有人给些建议吗?
>
>
>
> --
> Sent from: http://apache-flink.147419.n8.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: flink table Kafka 重新连接的问题

Leonard Xu
In reply to this post by marble.zhong@coinflex.com.INVALID