ankitpatelce

Results 4 comments of ankitpatelce

for { msg, err := c.ReadMessage(-1) if err == nil { dt := time.Now() //fmt.Printf("Message on %s: %s\n",msg.TopicPartition, string(msg.Value)) fmt.Printf(" %s\n", dt.Format("15:04:05"), string(msg.Value)) } else { // The client will...

Yes I am sure. I have already produced 10000 message in that topic. So all the messages are there.

Not understand your point. How to enable it and debug it. Please guid me.

Dear Sir, I have tried many ways . But I did not get a solution to it. Ankit Patel Sr. Software Engineer On Sat, Mar 5, 2022 at 11:06 PM...