Re: How to know the producer of one topic?

2016-07-23 Thread Ewen Cheslack-Postava
Unfortunately there's no ID for the producer of messages -- the client ID is included when the request is sent, but it isn't recorded on disk. You *might* be able to dig out the producer of bad messages from the Kafka logs, but there's nothing in the stored data that would lead you directly to the

How to know the producer of one topic?

2016-07-12 Thread 杨贤达
Hi, all, How to know the producers of one topic? I always receive some dirty message from somebody , but I don’t know who produce them. Can some cmd help me? xianda