Dion Jansen

Results 8 issues of Dion Jansen

* feat: #45 `Consumer` now supports `NegativeAcknowledge` * add `AcknowledgementTimeout` to `ConsumerOptions` * add `NegativeAcknowledgementRedeliveryDelay` to `ConsumerOptions` * add `NegativeackedMessageState` to manage nacked messages * add `UnackedMessageState` to manage unacked...

[NegativeAcknowledge](http://pulsar.apache.org/docs/en/concepts-messaging/#negative-acknowledgement) provides a nice way to shape error handling when messages cannot be processed and you want to do so at a later time with a given timeout: *Prefer negative...

enhancement

As part of the [consumer configuration options](http://pulsar.apache.org/docs/en/client-libraries-java/#configure-consumer), it would be great if you can configure: * negativeAckRedeliveryDelay: Delay to wait before redelivering messages that failed to be processed. * ackTimeout:...

enhancement

When running the `docker-inbound-agent` using the [jenkins-kubernetes-plugin](https://github.com/jenkinsci/kubernetes-plugin) on nodes using the latest windows release `10.0.17763.1217` (May 12th release) it is unable to start because the master is not accessible to...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version Pulsar version: 2.10.1 ### Minimal reproduce step Follow [Pulsar functions quickstart](https://github.com/apache/pulsar/blob/master/site2/website/versioned_docs/version-2.3.0/functions-quickstart.md#writing-and-running-a-new-function). I'm using...

type/bug

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version Pulsar version: 2.10.1 ### Minimal reproduce step Follow [Pulsar functions quickstart](https://github.com/apache/pulsar/blob/master/site2/website/versioned_docs/version-2.3.0/functions-quickstart.md#writing-and-running-a-new-function). I'm using...

type/bug

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version Pulsar version: 2.10.1 ### Minimal reproduce step Follow [Pulsar functions quickstart](https://github.com/apache/pulsar/blob/master/site2/website/versioned_docs/version-2.3.0/functions-quickstart.md#writing-and-running-a-new-function). I'm using...

type/bug

I have been doing some investigation into memory use of our Rhino runtime when run from the command line and came across what seems to be a memory leak. **Grasshopper...