Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
169 views
in Technique[技术] by (71.8m points)

What are the implications of using Kafka clients written for >= v0.10.1.0 with an older install of Kafka?

My company is currently still on a version of Kafka older than v.0.10.1.0, but we are using the latest versions of a Kafka client library.

As I read KIP-62 and this post, it seems the introduction of max.poll.interval.ms along with moving the heartbeat to a background thread is purely a client-side concern. That is to say, old clients used to send a heartbeat when poll() was called, but new versions now send the heartbeat on a background thread and utilize max.poll.interval.ms as an input to the logic used to determine if the heartbeat should be sent. If my understanding is correct, the version of the broker wouldn't matter.

Did KIP-62 require changes on the broker for the new background thread in the client to work correctly?

question from:https://stackoverflow.com/questions/65889350/what-are-the-implications-of-using-kafka-clients-written-for-v0-10-1-0-with-a

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

56.9k users

...