You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to read messages from RabbitMQ with List type headers (streaming dataflow), a NotSerializableException error is being returned.
Example:
If the headers are String, Number, or Boolean, it works normally. I have tried using a CustomCoder with .setCoder(new CustomCoder()) to try to avoid the headers that are not important in this case, but it appears to throw the error before reaching this coder.
What happened?
Apache Beam version: 2.55.0
Java version: 17
When attempting to read messages from RabbitMQ with List type headers (streaming dataflow), a NotSerializableException error is being returned.
Example:
If the headers are String, Number, or Boolean, it works normally. I have tried using a CustomCoder with
.setCoder(new CustomCoder())
to try to avoid the headers that are not important in this case, but it appears to throw the error before reaching this coder.Code:
Stacktrace:
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: