Re: Milo Component throws " Skipping validation for certificate"

2023-02-08 Thread KARTHIK PRABHU N
Okay. Will do the needful On Wed, 8 Feb, 2023, 11:34 am Claus Ibsen, wrote: > On Wed, Feb 8, 2023 at 6:06 AM KARTHIK PRABHU N > > wrote: > > > Hello Claus, > > > > Thank you for the information. > > > > Could you please tag someone from Milo team. Or let us know how we can > > reache out to the

Pausable Kafka Consumer Unit Test

2023-02-08 Thread Chris Deeney
Hi there, I'm currently trying to write a unit test that simulates when an endpoint is down triggering the pausable state (via a ConnectException) however the Camel Context doesn't seem to be performing the 'pausable' poll loop (KafkaConsumerListener) i.e. "The consumer is not yet resumable". T