org.apache.kafka.common.config.ConfigException: Invalid value [] for configuration bootstrap.servers: Empty list
at io.confluent.connect.utils.validators.NonEmptyListValidator.ensureValid(NonEmptyListValidator.java:21)
This is the error I am facing while configuring the connector. But I mentioned the bootstrapserver mentioned in the confluent documentation.
I tried to provide them in array also but it was not accepting the array value in bootstrap properties.
Leo AK is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.