You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This IT sets the default tenant and namespace for Spring Pulsar to use and sends 10 message and expects to consume 10 messages:
If the Pulsar container image is < 4.0.2 everything is fine.
However, when set to 4.0.2 it fails to consume some of the messages (reactive client only).
This sets the image tag from `latest` to `3.3.4` in order
to ensure the default tag matches up w/ the version of
Pulsar supported by Spring for Apache Pulsar.
See #1014
Summary
The DefaultTenantAndNamespaceTests reactive IT is failing when running against Pulsar server
4.0.2
.Determine why and re-enable once accounted for.
Details
This IT sets the default tenant and namespace for Spring Pulsar to use and sends 10 message and expects to consume 10 messages:
If the Pulsar container image is < 4.0.2 everything is fine.
However, when set to 4.0.2 it fails to consume some of the messages (reactive client only).
Failed run: https://github.com/spring-projects/spring-pulsar/actions/runs/12892190231/job/35945871536#step:5:973
The text was updated successfully, but these errors were encountered: