[Bug] deadLetterPolicy attribute in the ConsumerConfigurationData class marked as transient #23704
Open
3 tasks done
Labels
type/bug
The PR fixed a bug or issue reported a bug
Search before asking
Read release policy
Version
All Java clients of version v2.8.0 and above
Minimal reproduce step
Create an instance of
ConsumerConfigurationData
class and set adeadLetterPolicy
on it. Serialize it and de-serialize it back to get a new instance of the same. ThedeadLetterPolicy
previously set will not be present after deserialization.What did you expect to see?
Ideally the
deadLetterPolicy
should have been preserved through serialization-deserialization.What did you see instead?
null
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: