Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
poorbarcode committed May 21, 2024
1 parent f680281 commit 6211a2d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ default CompletableFuture<PartitionedTopicMetadata> getPartitionedTopicMetadata(
* does not exist. You will get a {@link PulsarClientException.NotFoundException} or
* a {@link PulsarClientException.TopicDoesNotExistException}.
* 2-1. You will get a {@link PulsarClientException.NotSupportedException} with metadataAutoCreationEnabled=false
* on an old broker version which does not support getting partitions without partitioned metadata auto-creation.
* on an old broker version which does not support getting partitions without partitioned metadata
* auto-creation.
* 3.When {@param metadataAutoCreationEnabled} is "true," it will trigger an auto-creation for this topic(using
* the default topic auto-creation strategy you set for the broker), and the corresponding result is returned.
* For the result, see case 1.
Expand Down

0 comments on commit 6211a2d

Please sign in to comment.