hey really nice video ..very helpful i was able to setup kafka_2.12-3.4.0 on my local machine now will deploy to my enterprise environment and will monitor how it performs with large data in tbs
A cluster should ideally be on different servers, right? will the same steps work if we use different servers (just by changing localhost to server IP in config files)
Authentication should still work with SSL. Regarding ACLs, We will need to wait for the production version of this to come out since this is still experimental.
Im get this error while running ./kafka-storage.sh random-uuid Error: Could not find or load main class kafka.tools.StorageTool Caused by: java.lang.ClassNotFoundException: kafka.tools.StorageTool
Really nice video explaining how to set up Kafka without zookeeper 👍
Thank you
This is a great tutorial, thanks. I was able to configure a distributed cluster on my pi cluster using this.
Thanks. Kafka cluster on a pi cluster sounds really interesting.
hey really nice video ..very helpful i was able to setup kafka_2.12-3.4.0 on my local machine now will deploy to my enterprise environment and will monitor how it performs with large data in tbs
Documentation claims that system can handle more kafka partitions by removing zookeeper
@@AdityaSridhar that's great that means i can increase no of consumers also for faster processing and high throughput
Yes. Consumers can be scaled up
Hi Adiya, this is great to understand. currently latest version is 3.5.1, could please provide the video for production setup with karafka consumer
Glad it helped. Sure will try to create a video on the latest version
Thank you sir
A cluster should ideally be on different servers, right? will the same steps work if we use different servers (just by changing localhost to server IP in config files)
Yes it will work. It should be in different servers in a production setup
@AdityaSridhar, You ran all kafka instances on the same machine(server)?
in an actual cluster it would be separate servers, correct?
Yes that is right
Tried on windows ?
Hello, I need a script for Tls contact visa slot
UGH, blue on black and red on black should never be a thing. It is very hard to see what you are typing.
hi, how about ACL and authentication ?
Authentication should still work with SSL. Regarding ACLs, We will need to wait for the production version of this to come out since this is still experimental.
hey on 14:40 you wrote 00000000000000.log , what is that? when i write it it shows NoSuchFileException
Im get this error while running ./kafka-storage.sh random-uuid
Error: Could not find or load main class kafka.tools.StorageTool
Caused by: java.lang.ClassNotFoundException: kafka.tools.StorageTool
Try setting up Kafka 2.8 again and try running the command bin/kafka-storage.sh from the main kafka folder