Hi,
Are there limits to the size of configuration data passed via the
taskConfigs method of the Connector class? I'm observing a situation
where if I use a large configuration no tasks are created, and no log
messages appear in the connect log file. Using a smaller configuration
works. If there are limits, can I increase them? Also, it's probably a
good idea if Kafka were to log a warning message of some kind in this
scenario instead of silently failing. I'm using a custom Source Connector
and I have documented steps to reproduce the issue using Docker compose
here:
https://github.com/JeffersonLab/epics2kafka/issues/11
Thanks for any insights!
Ryan
Are there limits to the size of configuration data passed via the
taskConfigs method of the Connector class? I'm observing a situation
where if I use a large configuration no tasks are created, and no log
messages appear in the connect log file. Using a smaller configuration
works. If there are limits, can I increase them? Also, it's probably a
good idea if Kafka were to log a warning message of some kind in this
scenario instead of silently failing. I'm using a custom Source Connector
and I have documented steps to reproduce the issue using Docker compose
here:
https://github.com/JeffersonLab/epics2kafka/issues/11
Thanks for any insights!
Ryan
Comments
Post a Comment