Spring Boot Application with auto-deployment of eventregistry and processes from resources folder.
Issue (from log)
org.flowable.eventregistry.kafka.ChannelKafkaListenerEndpointContainer#eventInboundChannel: Consumer stopped
Content
Here are the 2 versions of the same channel file with a topic name changed.
-
eventInbound.channel file v1:
{ "key": "eventInboundChannel", "channelType": "inbound", "type": "kafka", "deserializerType": "json", "channelEventKeyDetection": { "fixedValue": "someEvent" }, "topics": ["EVENT_RESULT"] }
-
eventInbound.channel file v2:
{ "key": "eventInboundChannel", "channelType": "inbound", "type": "kafka", "deserializerType": "json", "channelEventKeyDetection": { "fixedValue": "someEvent" }, "topics": ["EVENT_SUCCESS"] }
Note
But when I drop the database and create again, new deployment works perfectly with consumer mapped to new Topic EVENT_SUCCESS