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
I am successfully able to consume the messages on the Pulsar topic, however when I try to consume it using the Spark connector, I get the following error: We do not support KEY_VALUE currently
I would like to request for this connector to support the KEY_VALUE schema so that Im properly correctly able to consume the messages.
As a stop-gap solution, I have enabled the allowDifferentTopicSchemas flag - which allows me to consume the messages since the Topic schema are not taken into account.
The text was updated successfully, but these errors were encountered:
I am streaming CDC messages from PostGRES using the PostGRES Debezium Connector.
The topic has the following schema
I am successfully able to consume the messages on the Pulsar topic, however when I try to consume it using the Spark connector, I get the following error:
We do not support KEY_VALUE currently
I would like to request for this connector to support the KEY_VALUE schema so that Im properly correctly able to consume the messages.
As a stop-gap solution, I have enabled the
allowDifferentTopicSchemas
flag - which allows me to consume the messages since the Topic schema are not taken into account.The text was updated successfully, but these errors were encountered: