When using Spring Boot you can also do this via property:
spring.kafka.producer.properties.acks=all
Flowable is using the default Producer Factory configured by Spring Boot to send the messages.
Cheers,
Filip
When using Spring Boot you can also do this via property:
spring.kafka.producer.properties.acks=all
Flowable is using the default Producer Factory configured by Spring Boot to send the messages.
Cheers,
Filip