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


##########
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.|
+|`replicas`|Integer|Number of replicas being used per task for high 
availability where 1 means no redundancy.|
+|`durationSeconds`|Integer|Seconds that each task spends reading before moving 
to a publishing state.|

Review Comment:
   ```suggestion
   |`durationSeconds`|Integer|The number of seconds that each task spends 
reading before moving to a publishing state.|
   ```



-- 
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