Skip to content

Commit 61a1a85

Browse files
Release version increased in pom.xml
1 parent df9cffa commit 61a1a85

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

wiki/markdown/usage/service.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ This endpoint is used to publish already generated Eiffel event to message bus.
216216

217217
Note:
218218
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.
221220

222221
##### HTTP Method
223222
POST
@@ -253,8 +252,7 @@ It provides single endpoint for both REMReM Generate and REMReM Publish.
253252
The service works on the relative link `/generateAndPublish` if run as standalone
254253
application or `/publish/generateAndPublish` if run as Tomcat app.
255254

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

259257
##### HTTP Method
260258
POST

0 commit comments

Comments
 (0)