Hello Ayush Mandloi, I have learnt the basic concepts from Pluralsight courses & company's internal trainings , & eventually learnt the intermediate concepts while working on a real-project using Kafka & other Big Data Services for one of India's Largest Private Sector Bank ..
ITS ON THE CLIENT SIDE , BECAUSE IF LOADING TO SERVER FAILS THEN IT DOES A RETRY (THAT ALSO CAN BE CUSTOMIZED)IF EVEN AFTER TRYING FOR THOSE MANY TIMES IT FAILS , THEN ERROR IS POPPED ELSE ITS WRITTEN TO KAFKA CLUSTER
Thanks. That was actually good!
Glad to hear that Robert Gosz!!
I am getting BufferExhaustedException, we are sending 60k request, what is best way to solve this
sir, i would want to do a little correction in code , that producer.flush() should come inside for loop, other wise its of no use. Thankyou !!!
Thanks Man. From where u have learned all this ?
Hello Ayush Mandloi, I have learnt the basic concepts from Pluralsight courses & company's internal trainings , & eventually learnt the intermediate concepts while working on a real-project using Kafka & other Big Data Services for one of India's Largest Private Sector Bank ..
How can we check if the buffer is getting full or not?
Can you disable batching ? Is it required? Also Does is the buffer memory is on the client or server side?
ITS ON THE CLIENT SIDE , BECAUSE IF LOADING TO SERVER FAILS THEN IT DOES A RETRY (THAT ALSO CAN BE CUSTOMIZED)IF EVEN AFTER TRYING FOR THOSE MANY TIMES IT FAILS , THEN ERROR IS POPPED ELSE ITS WRITTEN TO KAFKA CLUSTER