apache / pulsar-dotpulsar

The official .NET client library for Apache Pulsar
https://pulsar.apache.org/
Apache License 2.0
234 stars 62 forks source link

Hopefully a fix for a test that can get stuck #145

Closed entvex closed 1 year ago

entvex commented 1 year ago

Description

Hopefully a fix for test Messages_GivenTopicWithMessages_ShouldConsumeAll that can get stuck and therefor fail

Upgraded the pulsar container image from version 2.10.3 to 2.11.0

Changed the message fluent docker looks for before it continues because the log message have changed between version 2.10.3 and 2.11.0

Testing

I have tested it on my computer.