[Event Registry] Kafka Consumer Acknowledgement

Hello, we are doing an event-driven architecture using Kafka and Flowable. Upon receiving an event on a Kafka topic, we will kick off a BPM workflow to “work” the event. However, we only want to “acknowledge” that the message has been processed by the consumer (and thus move onto the next message for the topic partition) until after the BPM kicked off by the message has completed. Is this possible to configure in Flowable’s Kafka connector? If not, what would be the best course of action for extending the connector?