We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5900fc2 + b4bdc97 commit fab52caCopy full SHA for fab52ca
articles/hdinsight/kafka/rest-proxy.md
@@ -149,6 +149,8 @@ get_topic_api = 'metadata/topics'
149
topic_api_format = 'topics/{topic_name}'
150
producer_api_format = 'producer/topics/{topic_name}'
151
consumer_api_format = 'consumer/topics/{topic_name}/partitions/{partition_id}/offsets/{offset}?count={count}' # by default count = 1
152
+partitions_api_format = 'topics/{topic_name}/partitions'
153
+partition_api_format = 'topics/{topic_name}/partitions/{partition_id}'
154
155
# Request header
156
headers = {
0 commit comments