Replies: 1 comment
|
Update: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using Flink to stream processing event from Apache Pulsar (using Avro Schema) to Cassandra database.
There's the problem:
Propertiesfield, like below:/And the Flink job:

the schema Deserializer:
It's error, so I wanna ask:
How can I get POJO class from
byte[] bytesand get the properties in the Flink Job, if you have any example, I'm very thankfulAll reactions