MINOR: Fix broken method link in DistributedHerder::writeToConfigTopicAsLeader Javadoc (#14824)

Reviewers: Chris Egerton <chrise@aiven.io>
This commit is contained in:
Yash Mayya 2023-11-22 21:52:56 +00:00 committed by GitHub
parent 150b0e8290
commit 5d717f2343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {