I have 6 broker kafka setup. I have retention period of 48 hrs.
To debug if certain data has reached kafka or not I am using command line consumer to then piping to grep. But it will take huge amount of time and may not succeed as well. Is there an other way to search something in kafka without using consumer?