You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/08/25 02:03:13 UTC

[GitHub] [pulsar] Jason918 commented on a diff in pull request #17242: [feat][broker]PIP-180 ShadowTopic - Part III - Add shadowTopics in TopicPolicy

Jason918 commented on code in PR #17242:
URL: https://github.com/apache/pulsar/pull/17242#discussion_r954435145


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java:
##########
@@ -4236,5 +4236,84 @@ public void setSchemaValidationEnforced(@Suspended AsyncResponse asyncResponse,
                 });
     }
 
+    @GET
+    @Path("/{tenant}/{namespace}/{topic}/shadowTopic")

Review Comment:
   @eolivelli Make sense, addressed.



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org