pulsar-java-spring-boot-starter icon indicating copy to clipboard operation
pulsar-java-spring-boot-starter copied to clipboard

Simple pulsar spring boot starter with annotation based consumer/producer registration.

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

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.5 to 3.21.9. Commits 90b73ac Updating changelog 0135eb0 Updating version.json and repo version numbers to: 21.9 573a185 Update zlib to 1.2.13 (#10819) 33bc6fb Replace libc strdup usage...

dependencies

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.3 to 2.7.5. Release notes Sourced from spring-boot-starter-parent's releases. v2.7.5 :lady_beetle: Bug Fixes Multi-Document-Separators "#---" comment checks do not account for '!' prefixed comments #32777 Actuator configprops...

dependencies

Bumps pulsar-client-original from 2.10.1 to 2.10.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.pulsar:pulsar-client-original&package-manager=maven&previous-version=2.10.1&new-version=2.10.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.22 to 3.4.24. Release notes Sourced from reactor-core's releases. v3.4.23 What's Changed :sparkles: New features and improvements adds cancellation of the source future support by @​OlegDokuka in...

dependencies

Bumps `testcontainers.version` from 1.17.3 to 1.17.5. Updates `testcontainers` from 1.17.3 to 1.17.5 Release notes Sourced from testcontainers's releases. 1.17.5 What's Changed Warning Version 1.17.4 was released upgrading slf4j-api to version...

dependencies

**Describe the bug** When an exception is thrown in a Consumer, I expect to retrieve that exception in the FailedMessage passed to the PulsarErrorHandler. Instead, an exception of type InvocationTargetException...

bug

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1. Release notes Sourced from junit-jupiter-engine's releases. JUnit 5.9.1 = Platform 1.9.1 + Jupiter 5.9.1 + Vintage 5.9.1 See Release Notes. Commits 732a540 Release 5.9.1...

dependencies

**Is your feature request related to a problem? Please describe.** set auto-start to false, It still seems to connect the pulsar server **Describe the solution you'd like** Add a enable...

enhancement

![image](https://user-images.githubusercontent.com/15684156/185542409-78d39c74-f89d-4a52-bc9c-c35a43718574.png) Reference to the [Go SDK](https://github.com/apache/pulsar-client-go/blob/master/pulsar/internal/metrics.go) implementation. Monitor pulsar status on the application side using Prometheus and Grafana. Some of the data is implemented through interceptors, so need to open...