I am using native apache kafka and not confluent's edition of kafka.
I am using using kafka jdbc connector pluggin. I intend to put a break point and inspect through my IDE (intelliJ).
How to make connect listen on a debug port and suspend. I referred What is a simple, effective way to debug custom Kafka connectors? but that's for confluent kafka
I am looking for below confluent configuration equivalents for apache kafka
CONNECT_DEBUG=y; export DEBUG_SUSPEND_FLAG=y;