I have an issue which keeps happening until i restart my Kafka Connect sh
GCP keeps throwing DEADLINE_EXCEEDED exception until restart kafka Connect.
Once Its restarted the processing of message goes smoothlyin Pubsub Sink Connector
May i know why i have this issue?
Even though i get the DEADLINE_EXCEEDED exception the message is getting posted to Pubsub.
THe only problem is the offsets are not getting updated so i keep publishing the same message to the Pubsub topic and everytime i publish the message i get the DEADLINE_EXCEEDED exception
Please help