Make multiple REST clients consume a Kafka topic from the beginning in Quarkus application
I am currently trying to implement access to a Kafka topic via a REST API endpoint on my Quarkus application, in order not to give my clients direct access to the broker.