swuferhong commented on code in PR #1400:
URL: https://github.com/apache/fluss/pull/1400#discussion_r2508532677
##########
fluss-server/src/main/java/org/apache/fluss/server/coordinator/CoordinatorService.java:
##########
@@ -727,13 +731,33 @@ public CompletableFuture<AlterClusterConfigsResponse>
alterClusterConfigs(
@Override
public CompletableFuture<AddServerTagResponse>
addServerTag(AddServerTagRequest request) {
- throw new UnsupportedOperationException("Support soon!");
+ CompletableFuture<AddServerTagResponse> response = new
CompletableFuture<>();
Review Comment:
Maybe we can support this in a separate PR later. Additionally, I noticed
that the RPC `listOffsets` also lacks permission control—we could address this
together in the same issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]