Re: Herder#requestTaskReconfiguration

2024-06-24 Thread Greg Harris
Hi John, Thanks for the question! That method is used when the Connector notifies the runtime it observed an event that would require a new set of task configs. For example, the MirrorSourceConnector calls ConnectorContext#requestTaskReconfiguration() when a new topic appears in the input cluster

RE: Herder#requestTaskReconfiguration

2024-06-24 Thread talljhawkins
Hi Folks, Any ideas? From: talljhawk...@gmail.com Sent: Thursday, June 13, 2024 10:36 AM To: dev@kafka.apache.org Subject: Herder#requestTaskReconfiguration Hi Folks, what is the purpose of this method please? /** * Requests reconfiguration of the tasks of a connector. This sh