Search before asking
Version
from v3.7.1 to v4.2.0
Minimal reproduce step
Client connection has been disconnected
What did you expect to see?
C can match the "ResultDisconnected" error when disconnected.
What did you see instead?
The pulsar_result_Disconnected error type is missing from the include/pulsar/c/result.h file, causing type matching to fail, whereas the ResultDisconnected error type is included in include/pulsar/Result.h.
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Version
from v3.7.1 to v4.2.0
Minimal reproduce step
Client connection has been disconnected
What did you expect to see?
C can match the "ResultDisconnected" error when disconnected.
What did you see instead?
The
pulsar_result_Disconnectederror type is missing from theinclude/pulsar/c/result.hfile, causing type matching to fail, whereas theResultDisconnectederror type is included ininclude/pulsar/Result.h.Anything else?
No response
Are you willing to submit a PR?