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: wiki/markdown/usage/service.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -216,8 +216,7 @@ This endpoint is used to publish already generated Eiffel event to message bus.
216
216
217
217
Note:
218
218
1. This endpoint will not validate the message. It will check only if the message contains eventId and eventType.
219
-
2. Here, introduction of new REMReM property for the size of number of events in the array passed to /producer/msg endpoint.
220
-
Here, Maximum size of events in array is fetched from REMReM property and checked during publishing.
219
+
2. Here, introduction of new REMReM property 'maxSizeOfInputArray' for the size of number of events in the array passed to /producer/msg endpoint.
221
220
222
221
##### HTTP Method
223
222
POST
@@ -253,8 +252,7 @@ It provides single endpoint for both REMReM Generate and REMReM Publish.
253
252
The service works on the relative link `/generateAndPublish` if run as standalone
254
253
application or `/publish/generateAndPublish` if run as Tomcat app.
255
254
256
-
NOTE: Here, introduction of new REMReM property for the size of number of events in the array passed to /generateAndPublish endpoint.
257
-
Here, Maximum size of events in array is fetched from REMReM property and checked during publishing.
255
+
NOTE: Here, introduction of new REMReM property 'maxSizeOfInputArray' for the size of number of events in the array passed to /generateAndPublish endpoint.
0 commit comments