spring-projects / spring-aot-smoke-tests

Smoke tests for Spring's AOT and native support
https://spring-team-aot-smoke-tests-dashboard.azuremicroservices.io/
51 stars 35 forks source link

Make pulsar reactive test more robust (3.2.x branch) #223

Closed onobc closed 4 months ago

onobc commented 4 months ago

Make Pulsar reactive test more robust

This commit delays the subscription to the message Publisher to ensure messages are not sent before the message consumer is available.

Also makes log levels consistent across all Pulsar tests.

mhalbritter commented 4 months ago

Merged in 8d71937d778eaee1fed345e9c740c1ce234dcc09 into 3.2.x and main.

mhalbritter commented 4 months ago

Thanks!