I have a consumer just for a test and the same case here never happens on the cloud if I tried on my local works fine
@Component(service= JobConsumer.class, immediate = true, property= { JobConsumer.PROPERTY_TOPICS + "=testing/job/jhon" })public class TestingCons...