Mayank Shekhar Narula

Results 3 issues of Mayank Shekhar Narula

This code shows that "traditional" http-libraries, idiomatic "request-response" model leads to entire http-request being written(with all producer-records in 1 go), and then reading http-response(i.e. record-receipts in 1 go). Example output...

This is a follow-up to https://github.com/apache/kafka/pull/15323. Metadata is typically updated concurrently in the background thread, and the MetadataSnapshot/Cluster are fetched & used in another thread(typically application thread). Make sure the...