Vincent Royer

Results 7 issues of Vincent Royer

JMX over RMI over k8s port-forwarding is not possible. JMX over TCP with JMXMP is fine, but you need to manually add the jmxremote_optional.jar and VisualVM does allow to configure...

enhancement

* add support for source parameter * fix XLSX header management * fix README to disable globbing

enhancement

sphinx 2.4.4 + sphinxcontrib-openapi in /usr/local/lib/python3.7/site-packages (0.7.0) test-0.1.yml: ``` openapi: 3.0.1 info: title: the title description: A nice API contact: name: Fred url: https://gigantic-server.com email: [email protected] license: name: Apache 2.0...

bug
old-renderer

Here is a proposal to provide a ReactiveMessagePipeline implementation allowing to negatively ack messages and provide a [RedliveryBackoff](https://pulsar.apache.org/api/client/4.0.x/org/apache/pulsar/client/api/RedeliveryBackoff.html) to the ReactiveMessageSender. Thus, you can really benefit from Pulsar redelivery support.

The current pipeline implementation cannot negatively acknowledge messages to rely on pulsar redelivery ([retry and dead-letter queue](https://pulsar.apache.org/docs/4.0.x/concepts-messaging/#retry-letter-topic)). Moreover, we cannot provide a [RedeliveryBackoff](https://pulsar.apache.org/api/client/4.0.x/org/apache/pulsar/client/api/RedeliveryBackoff.html) to the ReactiveMessageConsumer. Please see PR #211.