Replies: 1 comment
-
Update: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Flink to stream processing event from Apache Pulsar (using Avro Schema) to Cassandra database.
There's the problem:
Properties
field, like below:/And the Flink job:
the schema Deserializer:
It's error, so I wanna ask:
How can I get POJO class from
byte[] bytes
and get the properties in the Flink Job, if you have any example, I'm very thankfulBeta Was this translation helpful? Give feedback.
All reactions