Procedure to troubleshoot the logs.

  1. Navigate to Administration > Gateway > Data Connector.
  2. Open the connector.
  3. Start the collector, if it is in the stopped state.
  4. If the connector is still not updated in the user interface, then run the following command on the control plane node to view the latest log messages from the connector:
    1. kubectl get kafkamirrormaker2 <Data connector Instance name from UI>
    2. kubectl get pods | grep <Data connector Instance name from UI> | |awk '{print $1}'
    3. There are two pods for the connector open logs using the following commands:
      kubectl logs -f <pod name from above command>
      Note: Ensure that the external Kafka is up and running.