ektravel commented on code in PR #15031:
URL: https://github.com/apache/druid/pull/15031#discussion_r1379335886


##########
docs/api-reference/supervisor-api.md:
##########
@@ -1311,6 +1311,29 @@ Host: http://ROUTER_IP:ROUTER_PORT
   ```
 </details>
 
+#### Response Description 
+The response `payload` contains the following structure:
+
+|Property|Type|Description|
+|---|---|---|
+|`dataSource`|String|The target datasource.|
+|`stream`|String|Name of the topic or stream that the ingestion is reading 
from.|
+|`partitions`|Integer|Number of partitions in the source stream.|

Review Comment:
   ```suggestion
   |`partitions`|Integer|The number of partitions in the source stream.|
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to