spring-pulsar icon indicating copy to clipboard operation
spring-pulsar copied to clipboard

Spring Friendly Abstractions for Apache Pulsar

Results 45 spring-pulsar issues
Sort by recently updated
recently updated
newest added

See more info in the https://docs.spring.io/spring-pulsar/docs/1.1.0-RC1/reference/reference/tombstones-reactive.html#tombstones-reactive.consume. The table talks about `Flux` where it feels like this has to be Flux. Although, that indeed rises the question how about `org.apache.pulsar.client.api.Messages` in...

See here: https://docs.spring.io/spring-pulsar/docs/1.1.0-RC1/reference/reference/reactive-pulsar/reactive-message-consumption.html#_streaming Feels like the `MessageResult` and `MessageUtils` do the same according to their `::acknowledge` reference. However I do understand that `MessageResult` deals with a `org.apache.pulsar.client.api.Message` unlike `MessageUtils` and...

status: ideal-for-contribution
type: feature

Here are the subsequent items that need to be completed cc: @jonas-grgt : - [ ] The `PulsarListenerTxnTests` already have tests for a `@PulsarListener` wrapped w/ `@Transactional`. It would be...

theme: testing

Currently only the imperative components are instrumented w/ the Micrometer observations API. The reactive components should also be instrumented w/ the Micrometer observations API.

type: feature
theme: observability

## Application fails to connect to Pulsar; however, it swallows / logs the exception and does not restart Is there anyway to add a configuration so that if a failure...

type: feature

The `ReactivePulsarListenerTombstoneTests$SingleComplexPayload` fails randomly from time/time. Example: https://github.com/spring-projects/spring-pulsar/actions/runs/7735972858/job/21092530057#step:4:7079 This needs to be fixed.

theme: testing
flaky-test

The Apache [Pulsar Manager](https://github.com/apache/pulsar-manager ) is a web-based GUI management tool for managing and monitoring Pulsar. Lets familiarize ourselves with its capabilities and understand how we can incorporate it, make...

status: on-hold
type: feature

I tried to search for keywords in the [doc](https://docs.spring.io/spring-pulsar/docs/1.0.2/reference/) using the search bar. However, it failed to produce any results, as you can see in the recording I've included. https://github.com/spring-projects/spring-pulsar/assets/351773/3b354a4c-bb54-412d-8e93-6da4a92aad03...

type: documentation

Explore the [TableView API](https://pulsar.apache.org/docs/3.1.x/client-libraries-tableviews/) and consider adding support for it. It may be that it is simple enough as it is and there is not much to add/enhance.

type: feature