HI all, we are using both pubsubplus source and sink kafka connectors:
GitHub - SolaceProducts/pubsubplus-connector-kafka-sink: Sink connector to recieve data from Apache Kafka streaming platform and send to Solace message broker
Sink connector to recieve data from Apache Kafka streaming platform and send to Solace message broker - GitHub - SolaceProducts/pubsubplus-connector-kafka-sink: Sink connector to recieve data from … GitHub - SolaceProducts/pubsubplus-connector-kafka-source: Source connector to send data from Solace message broker to Apache Kafka streaming platform
However, we hit the issue that connection drop from time to time and our VPN admin suggest that our connection don’t have keepalive enabled, he send me this page for the keep alive interval and it should enabled by then:
Setting Client Keepalives
However, it showing that even if we change the connection somehow it still don’t have keepalive enabled, not sure what config we need to turn on? I also tried to add a number for connect / reconnect retry but it also doesn’t help
pubsubplus-connector-kafka-sink/SolaceSinkConnectorConfig.java at master · SolaceProducts/pubsubplus-connector-kafka-sink
Sink connector to recieve data from Apache Kafka streaming platform and send to Solace message broker - pubsubplus-connector-kafka-sink/SolaceSinkConnectorConfig.java at master · SolaceProducts/pub…