From 82f4df131b7e0322f05361ae0c3ec0dd5f4621db Mon Sep 17 00:00:00 2001
From: shudhansu-shekhar <131247852+shudhansu-shekhar@users.noreply.github.com>
Date: Tue, 8 Oct 2024 19:43:06 +0530
Subject: [PATCH] Release version increased in pom.xml (#300)
* Release version increased in pom.xml
---
pom.xml | 2 +-
wiki/markdown/usage/service.md | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index dc841309..3f7f473c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
2.0.12
- 2.1.3
+ 2.1.4
2.3.0
eiffel-remrem-publish
diff --git a/wiki/markdown/usage/service.md b/wiki/markdown/usage/service.md
index a3c26ec7..7514479a 100644
--- a/wiki/markdown/usage/service.md
+++ b/wiki/markdown/usage/service.md
@@ -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
@@ -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