merlimat commented on a change in pull request #664: Fixed broken links to
admin-api/overview
URL: https://github.com/apache/incubator-pulsar/pull/664#discussion_r132255971
##########
File path: site/_includes/explanations/partitioned-topics.md
##########
@@ -14,7 +14,7 @@ Decisions about routing and subscription modes can be made
separately in most ca
There is no difference between partitioned topics and normal topics in terms
of how subscription modes work, as partitioning only determines what happens
between when a message is published by a {% popover producer %} and processed
and {% popover acknowledged %} by a {% popover consumer %}.
-Partitioned topics need to be explicitly created via the [admin
API](../../admin/AdminInterface). The number of partitions can be specified
when creating the topic.
+Partitioned topics need to be explicitly created via the [admin
API](../../admin-api/overview). The number of partitions can be specified when
creating the topic.
Review comment:
I think my comment above applies also to all the rest.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services