Skip to content

Commit a2d382c

Browse files
committed
Update force build
1 parent b223b16 commit a2d382c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
This is just a placeholder.
1+
This is just a placeholder.
2+
Placeholder updated 05/18/2025 to force build

request-many/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
![Synadia](src/main/javadoc/images/synadia-logo.png)      ![NATS](src/main/javadoc/images/large-logo.png)
22

3-
# Request Many Utility
3+
# Request-Many Utility
44

55
The Request Many utility is a full implementation for an often asked for feature,
66
which is the ability to get many responses from a single core request,
77
instead of the usual first response for a request. This allows you to implement patterns like:
88

99
* Scatter-gather pattern, getting responses from many workers.
10-
* Many responses, for instance a multipart payload, from a single worker.
10+
* Many responses, for instance, a multipart payload, from a single worker.
1111

1212
**Current Release**: 0.0.1
1313
  **Current Snapshot**: 0.1.0-SNAPSHOT
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
This is just a placeholder.
1+
This is just a placeholder.
2+
Placeholder updated 05/18/2025 to force build

0 commit comments

Comments
 (0)