This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
[BUG] schema incompatible while use PulsarPrimitiveSchema(String.class)
to consume pulsar topic
#493
Labels
Describe the bug
I use FlinkPulsarSource consume a pulsar topic, the code as below
while submit the job to flink cluster, the exception throws as blow
To Reproduce
do it as the description above.
Expected behavior
the flink job run normally, and the data can deserialize to string by this schema.
The text was updated successfully, but these errors were encountered: