Hi there,
I am following this hands-on lab to create a MySQL CDC connect to the Kafka cluster in the confluent cloud.
The connect does show a “running” state, however, there is no messages to the topic. I am wondering if this is something reproducible for you or it works fine for you out there.
Thank you for including screenshots @xsqian ! When you change the offset to 0, do you see anything?
I attached a screen recording from my setup as a reference
@mkananizadeh Also, after all the trouble, I found the issue: the issue is when creating a connection, I need to have the demo. in front of table CUSTOMERS, so table to include should be demo.CUSTOMERS. Before I though since I put the demo to the include database field, so I only need CUSTOMERS in the include table field. Apparently that not the case, always need demo.CUSTOMERS. Please see the screenshot.
Thank you for your help!