Re: Automation Script : Kafka topic creation

2021-11-06 Thread Ran Lupovich
https://github.com/kafka-ops/julie Note that I didn't try it myself, only heard about it... and I am not related to this project בתאריך שבת, 6 בנוב׳ 2021, 12:35, מאת Kafka Life ‏: > Dear Kafka experts > > does anyone have ready /automated script to create /delete /alter topics in > different en

Re: [VOTE] KIP-749: Add --files and --file-separator options to the ConsoleProducer

2021-06-06 Thread Ran Lupovich
kafka-console-producer.sh --broker-list localhost:9092 --topic my_topic <(cat file1 file2) בתאריך יום ב׳, 7 ביוני 2021, 05:05, מאת Ran Lupovich ‏: > kafka-console-producer.sh --broker-list localhost:9092 --topic my_topic < > my_file.txt > > > ? > > > בתאריך יו

Re: [VOTE] KIP-749: Add --files and --file-separator options to the ConsoleProducer

2021-06-06 Thread Ran Lupovich
kafka-console-producer.sh --broker-list localhost:9092 --topic my_topic < my_file.txt ? בתאריך יום א׳, 6 ביוני 2021, 22:43, מאת Boyang Chen ‏< reluctanthero...@gmail.com>: > Thanks for the KIP Wenbing. I have a couple of questions: > > 1. Could you add more descriptions into the motivation sec

Re: CLI command : Apache Kafka : to check LEADER

2021-06-02 Thread Ran Lupovich
There is no one leader in kafka cluster for the a topic's partition, there could be a different leader for each partition, ./bin/kafka-topics --describe --topic topic-a --bootstrap-server localhost:9092 Topic:topic-aPartitionCount:4ReplicationFactor:2 Configs: Topic: topic

Re: Kafka getting down every week due to log file deletion.

2021-05-27 Thread Ran Lupovich
The main purpose of the /*tmp* directory is to temporarily store *files* when installing an OS or software. If any *files* in the /*tmp* directory have not been accessed for a while, they will be automatically *deleted* from the system בתאריך יום ה׳, 27 במאי 2021, 19:04, מאת Ran Lupovich

Re: Kafka getting down every week due to log file deletion.

2021-05-27 Thread Ran Lupovich
Seems you log dir is sending your data to tmp folder, if I am bot mistken this dir automatically removing files from itself, causing the log deletuon procedure of the kafka internal to fail and shutdown broker on file not found בתאריך יום ה׳, 27 במאי 2021, 17:52, מאת Neeraj Gulia ‏< neeraj.gu...@o

Re: Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #514

2021-02-13 Thread Ran Lupovich
Unsubscribe בתאריך שבת, 13 בפבר׳ 2021, 18:59, מאת Apache Jenkins Server ‏< jenk...@builds.apache.org>: > See < > https://ci-builds.apache.org/job/Kafka/job/kafka-trunk-jdk11/514/display/redirect?page=changes > > > > Changes: > > [github] MINOR: Update zstd and use classes with no finalizers (#101