Why not set the max batch size = 1? Or just ack() all the messages you don’t care about in a batch (

Why not set the max batch size = 1? Or just ack() all the messages you don’t care about in a batch (which means they will deleted) and only “process” what you want?
Was this page helpful?