I'm trying to run the connector inside a container, but I want to configure the connector without a HTTP call.
With a POST request I can create the connector, but mounting the mq-sink.properties to the config dir doesn't do anything.
I also tried to clone the code and change the Dockerfile to use the mq-sink.properties in the entrypoint line. Which did nothing as well
If the connector is running in distributed mode, you'll need an initial HTTP call to kick the connector off. If you're doing it in standalone mode, the configuration file is sufficient.
Hi,
I'm trying to run the connector inside a container, but I want to configure the connector without a HTTP call.
With a POST request I can create the connector, but mounting the
mq-sink.properties
to the config dir doesn't do anything. I also tried to clone the code and change the Dockerfile to use themq-sink.properties
in the entrypoint line. Which did nothing as wellIs that even possible to achieve?