fsprojects / pulsar-client-dotnet

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

The code of Exception handling exceptions differently between Producer and Consumer #152

Closed jiazhai closed 1 year ago

jiazhai commented 3 years ago

The producer reports exceptions differently than Consumer. Consumer reports them through TaskCompletionSource (same as v.1.8.x), while Producer seems to throw them directly.

Lanayx commented 3 years ago

Hi, @jiazhai ! Can you please give examples with stacktraces?

Lanayx commented 1 year ago

Closing as abandoned