You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/pubsub/storm-drpc.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You can communicate with DRPC using [Apache Thrift](https://thrift.apache.org) o
14
14
```bash
15
15
curl -s -X POST -d '{"id":"", "content":"{}"}' http://<DRPC_SERVER>:<DRPC_PORT>/drpc/<DRPC_FUNCTION_FROM_YOUR_BULLET_CONF>
16
16
```
17
-
to get a random record from your data instantly (if you left the Raw aggregation micro-batch size at the default of 1). The ```content``` above in the JSON is the actual (empty) Bullet query. This is a quick way to check if your topology is up and running!
17
+
to get a random record (inside a JSON representation of a PubSubMessage) from your data instantly if you left the Raw aggregation micro-batch size at the default of 1. The ```content``` above in the JSON is the actual (empty) Bullet query. This is a quick way to check if your topology is up and running!
0 commit comments