Clement Escoffier
Clement Escoffier
@loicmathieu did some experiments recently.
If the vertx client support it, we should be able to support it too. Do you have the vertx code somewhere? @gemmellr WDYT?
The detailled error is in the suppressed exceptions. You need to configure the logger to display them. On Fri 8 Apr 2022 at 15:49, Charlie Dennison ***@***.***> wrote: > @cdennison...
I suppose we could remove the first and last `"`. @ozangunalp WDYT?
ah yes, @radcortez ?
The bootstrap servers should not be wrapped in quotes (Kafka rejects it). I believe we should sanitize on our side as the "key" of the bootstrap server can be the...
@diogenes1oliveira it's created from the `@ConnectorAttribute` annotations from the `KafkaConnector` class. We have an annotation processor reading the attribute and generating the config class (as well as the asciidoc tables...
I don't now SQS, but Mutiny will only retry when there is request. So, I believe the back pressure will be managed.
I'm not sure it's a user setting. What about an infrastructure setting. For example in Quarkus, use the quarkus worker pool.
This PR should not touch the converter (and converters are cached by design).