Created on 01-13-2019 07:02 AM - edited 09-16-2022 07:03 AM
Hi,
Could you please help me out by giving answer for the below questions
If HDFS services goes down in kafka cluster, what will happen to kafka service and data
Regards,
R.
Created 01-15-2019 08:17 PM
Hello @Rashmi22
Thanks for posting your query.
Basically, Kafka is not dependent on HDFS service and brokers uses its own disks for storing the kafka data. So, in Kafka side there wont be any issues. But make sure you dont have any interruption on other services like Zookeeper (critical dependent for Kafka)
Created 01-15-2019 08:17 PM
Hello @Rashmi22
Thanks for posting your query.
Basically, Kafka is not dependent on HDFS service and brokers uses its own disks for storing the kafka data. So, in Kafka side there wont be any issues. But make sure you dont have any interruption on other services like Zookeeper (critical dependent for Kafka)
Created 01-17-2019 06:25 AM
Thanks Satz.