I am trying to create an spring boot app(java) that that must be able to delete a message from a kafka topic by giving its offset number and partition. I have been I have been researching the java or spring boot package classes that can do this, but I only have found something like this: Delete Messages from a Topic in Apache Kafka there is a java kafka client that have a method to delete ALL messages BEFORE an offset, but I just one to delete one. It is that possible?
thanks in advance