Hi Folks,

Any ideas?

 

From: talljhawk...@gmail.com <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 should
only be triggered by

     * {@link HerderConnectorContext}.

     *

     * @param connName name of the connector that should be reconfigured

     */

    void requestTaskReconfiguration(String connName);

 

 

In my quest to create a stable standalone herder - this method is being
called by the Jdbc adapter and causes the herder to blow an exception as it
ends up trying to create a task which has already been created.

 

Many thanks,

John.

 

Reply via email to