mirror of https://github.com/apache/kafka.git
MINOR: Fix broken method link in DistributedHerder::writeToConfigTopicAsLeader Javadoc (#14824)
Reviewers: Chris Egerton <chrise@aiven.io>
This commit is contained in:
parent
150b0e8290
commit
5d717f2343
|
@ -1644,7 +1644,7 @@ public class DistributedHerder extends AbstractHerder implements Runnable {
|
|||
* exclusively by the leader. For example, {@link ConfigBackingStore#putTargetState(String, TargetState)} does not require this
|
||||
* method, as it can be invoked by any worker in the cluster.
|
||||
* @param write the action that writes to the config topic, such as {@link ConfigBackingStore#putSessionKey(SessionKey)} or
|
||||
* {@link ConfigBackingStore#putConnectorConfig(String, Map)}.
|
||||
* {@link ConfigBackingStore#putConnectorConfig(String, Map, TargetState)}.
|
||||
*/
|
||||
private void writeToConfigTopicAsLeader(Runnable write) {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue