Skip to content

Conversation

@swuferhong
Copy link
Contributor

Purpose

Linked issue: close #1388

This pr is aims to support AddServerTag and RemoveServerTag.

Brief change log

Tests

API and Format

Documentation

@Override
public CompletableFuture<AddServerTagResponse> addServerTag(AddServerTagRequest request) {
throw new UnsupportedOperationException("Support soon!");
CompletableFuture<AddServerTagResponse> response = new CompletableFuture<>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing permission control?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support AddServerTag and RemoveServerTag

3 participants