Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>2.0.12</version>
</parent>
<properties>
<eiffel-remrem-publish.version>2.1.3</eiffel-remrem-publish.version>
<eiffel-remrem-publish.version>2.1.4</eiffel-remrem-publish.version>
<eiffel-remrem-semantics.version>2.3.0</eiffel-remrem-semantics.version>
</properties>
<artifactId>eiffel-remrem-publish</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion wiki/markdown/usage/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ GET
### `/producer/msg`
This endpoint is used to publish already generated Eiffel event to message bus.

Note: This endpoint will not validate the message. It will check only if the message contains eventId and eventType.
Note:
1. This endpoint will not validate the message. It will check only if the message contains eventId and eventType.
2. Here, introduction of new REMReM property 'maxSizeOfInputArray' for the size of number of events in the array passed to /producer/msg endpoint.

##### HTTP Method
POST
Expand Down Expand Up @@ -250,6 +252,8 @@ It provides single endpoint for both REMReM Generate and REMReM Publish.
The service works on the relative link `/generateAndPublish` if run as standalone
application or `/publish/generateAndPublish` if run as Tomcat app.

NOTE: Here, introduction of new REMReM property 'maxSizeOfInputArray' for the size of number of events in the array passed to /generateAndPublish endpoint.

##### HTTP Method
POST

Expand Down