fsprojects / pulsar-client-dotnet

Apache Pulsar native client for .NET (C#/F#/VB)
MIT License
301 stars 47 forks source link

KeyShared fails to partition correctly when SequenceId is not set #210

Closed DR9885 closed 2 years ago

DR9885 commented 2 years ago

Is it expected behavior, that KeyShared fails to partition correctly when SequenceId is not set?

Lanayx commented 2 years ago

Hi, no this is not expected. Here are the key-related integration tests, feel free to add a PR with a failing test.

DR9885 commented 2 years ago

Is it ok if I just give a C# Example?

Lanayx commented 2 years ago

C# example won't run integration test after you submit it :(

DR9885 commented 2 years ago

nvm, It was bad data in a test.