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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,9 @@ GET
214
214
### `/producer/msg`
215
215
This endpoint is used to publish already generated Eiffel event to message bus.
216
216
217
-
Note: This endpoint will not validate the message. It will check only if the message contains eventId and eventType.
217
+
Note:
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 'maxSizeOfInputArray' for the size of number of events in the array passed to /producer/msg endpoint.
218
220
219
221
##### HTTP Method
220
222
POST
@@ -250,6 +252,8 @@ It provides single endpoint for both REMReM Generate and REMReM Publish.
250
252
The service works on the relative link `/generateAndPublish` if run as standalone
251
253
application or `/publish/generateAndPublish` if run as Tomcat app.
252
254
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