diff options
author | elinuxhenrik <henrik.b.andersson@est.tech> | 2018-12-03 12:50:45 +0100 |
---|---|---|
committer | elinuxhenrik <henrik.b.andersson@est.tech> | 2018-12-03 12:55:53 +0100 |
commit | 03cc930719ef77373dacfbb151f11f42fc01f0ea (patch) | |
tree | 9bb2dd825a870d54d40dde53c2a307d028919941 /datafile-dmaap-client | |
parent | 7feb08ddbc51f53a5b0b3b1613940d09f7bc601f (diff) |
Make DFC handle multiple messages from MR DMaaP
MessageRouter might send multiple messages in the same respons when DFC polls. This was not handled by DFC.
Change-Id: I3bd1f62d68351d7149b94c9d6331777d485a7d53
Issue-ID: DCAEGEN2-1001
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Diffstat (limited to 'datafile-dmaap-client')
-rw-r--r-- | datafile-dmaap-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datafile-dmaap-client/pom.xml b/datafile-dmaap-client/pom.xml index 52394ad5..562eb29c 100644 --- a/datafile-dmaap-client/pom.xml +++ b/datafile-dmaap-client/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.dcaegen2.collectors</groupId> <artifactId>datafile</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.5-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.collectors.datafile</groupId> |