https://blog.csdn.net/bigtree_3721/article/details/78442912 I am trying to create topics in Kafka by following the guide on Apache Kafka website through command line. While running the command:bin/kafka-topics.sh --create --zookeeper localhost:2181 -…
I was trying loading file using hadoop API as an experiment. I want to set replication to minimum as this one is for experiment. I first tried this with FileSystem.setReplication(): Configuration config = new Configuration(); config.set("fs.defaultFS…
Apache Kafka has become an essential component of enterprise data pipelines and is used for tracking clickstream event data, collecting logs, gathering metrics, and being the enterprise data bus in a microservices based architectures. Kafka is essent…