Vincent Royer

Results 58 comments of Vincent Royer

This is not done in the Elassandra community docker image, but you can add the prometheus agent and config file in you own image.

Could you accept my pull request in order to use the main branch ?

If JMX authentication is enabled, the preStop script failed. PR is welcome to improve this.

Hi Lari, With the current implementation, the only way to nack for some business reason is to throw a RuntimeException and the retry is managed by reactor (see [pipelineRetrySpec](https://github.com/vroyer/pulsar-client-reactive/blob/main/pulsar-client-reactive-api/src/main/java/org/apache/pulsar/reactive/client/internal/api/DefaultReactiveMessagePipelineBuilder.java#L66)). In...

> > With the current implementation, the only way to nack for some business reason is to throw a RuntimeException and the retry is managed by reactor (see [pipelineRetrySpec](https://github.com/vroyer/pulsar-client-reactive/blob/main/pulsar-client-reactive-api/src/main/java/org/apache/pulsar/reactive/client/internal/api/DefaultReactiveMessagePipelineBuilder.java#L66)). In...

Ok, you can just pick up the first commit for the DeliveryBackoff and fix the pipeline to nack without making a retry unless there is a PulsarClientException. That will be...

I get the same issue with jdk23, gradle 8.14.2 and the git-props plugin version 2.5.3. gitProperties { extProperty = 'gitProps' dotGitDirectory = project.rootProject.layout.projectDirectory.dir(".git") } generateGitProperties.outputs.upToDateWhen { false } > Task...

Jib does not work properly for all projects embedding nar files (ex: project embedding the Apache pulsar client) You just need to select files ending by **.jar** OR **.nar** to...