Using Kafka & Zookeeper Offsetsby@elan-srinivasan
4,743 reads
4,743 reads

Using Kafka & Zookeeper Offsets

by Elankumaran Srinivasan2mSeptember 22nd, 2019
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Using Kafka & Zookeeper Offsets is a way to read data in Kafka and Zookeep. Kafka version 0.9v and above provide the capability to store the topic offsets on the broker directly instead of relying on the Zoakeeper. The decision on whether to use the offset is dependent on the Kafka broker version and the version of the client driver. In order to make the topic visible to the consumers, execute the following command to retrieve the offset metadata. The data is stored under the following path : 'Zookeeper' The 'sh' script is located under the /bin folder of the Zookeseper installation.
featured image - Using Kafka & Zookeeper Offsets
Elankumaran Srinivasan HackerNoon profile picture
Elankumaran Srinivasan

Elankumaran Srinivasan

@elan-srinivasan

Large Scale Distributed Computing Architect

Learn More
LEARN MORE ABOUT @ELAN-SRINIVASAN'S
EXPERTISE AND PLACE ON THE INTERNET.

Share Your Thoughts

About Author

Elankumaran Srinivasan HackerNoon profile picture
Elankumaran Srinivasan@elan-srinivasan
Large Scale Distributed Computing Architect

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
L O A D I N G
. . . comments & more!