Otavio Rodolfo Piske

Results 101 comments of Otavio Rodolfo Piske

This is what I have in the logs: ``` 2024-06-14 13:03:28,751 [main ] INFO DefaultCamelContextExtension - Testing: verifyConnectionKO() (org.apache.camel.component.mongodb.verifier.integration.MongoDbVerifierExtensionIT) 2024-06-14 13:03:28,753 [main ] INFO ongoComponentVerifierExtension - Testing connection against mongodb://test-user:[email protected]/admin...

> I wonder if we can have a deprecation notice time and make the legacy coexists while the new methods are working. In this way we guarantee backward compatibility and...

I've also been reflecting a bit on this and I'm starting to think that 4.10 is way too short of a notice for users. We are currently reaching a maturity...

After some consideration, I have decided to halt this change. What we have now is enough of a cleanup and, IMHO, removing these methods would unnecessarily violate one of the...

/component-test camel-mllp **Result** :x: The tests failed please [check the logs](https://github.com/apache/camel/actions/runs/10193309726)

Cool. It's a holiday here, but I will try to take a look later today

At first it wasn't very clear to me how the user would be losing messages after the pause. The KafkaConsumer documentation says that [`pause`](https://kafka.apache.org/22/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#pause-java.util.Collection-) _"Suspend fetching from the requested partitions....

That said, I think we do have a room for improvement on the API. I am not sure if we should be [allowing the code to resume the assignment if...

@davsclaus actually, this is different from pausing the route per se. The idea for the `pausable` API is to pause the Kafka consumer (so as not to cause a rebalance...

@JiriOndrusek thanks for the heads up. Yeah, this test scenario seems like it's invalid from now on