You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by vishnu murali <vi...@gmail.com> on 2021/04/20 05:33:37 UTC

Jdbc Source Connector Holding more active sessions

Hi everyone

we are using Kafka JDBC connector to connect to Redshift database

we created three connectors to pull the data from three different table to
three different topic

we observed that each connector holding multiple active sessions

even if we delete the connectors, active sessions are still available and
not closing

Did anyone faced same kind of issues?

is there any configuration is available to restrict this kind of behaviuor?

can anyone know how to overcome this issues?