Summary
User encounters a NullPointerException when using RabbitMQ as a destination connector with MySQL CDC as a source connector, indicating a failure in retrieving stream states due to a null global state.
Question
Hey there
When using the RabbitMQ destination connector + MySQL cdc source connector i get the following error:
java.lang.NullPointerException: Cannot invoke "io.airbyte.protocol.models.AirbyteGlobalState.getStreamStates()" because the return value of "io.airbyte.protocol.models.AirbyteStateMessage.getGlobal()" is null
For some reason, the data is written to the queue but airbyte fails with the mentioned error and retries.
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.