From 70cf309e54b2b24b83b5bc08e424f4614648b575 Mon Sep 17 00:00:00 2001 From: pwielebs Date: Wed, 30 Jan 2019 11:00:19 +0100 Subject: Fix for integration with SDK Change-Id: I9947531e2cad813ac8936769147bee710db5a335 Issue-ID: DCAEGEN2-1096 Signed-off-by: pwielebs --- datafile-app-server/src/main/resources/datafile_endpoints.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datafile-app-server/src/main/resources/datafile_endpoints.json') diff --git a/datafile-app-server/src/main/resources/datafile_endpoints.json b/datafile-app-server/src/main/resources/datafile_endpoints.json index 9da01d7b..0cf41887 100644 --- a/datafile-app-server/src/main/resources/datafile_endpoints.json +++ b/datafile-app-server/src/main/resources/datafile_endpoints.json @@ -11,7 +11,7 @@ "dmaapContentType": "application/json", "consumerId": "C12", "consumerGroup": "OpenDcae-c12", - "timeoutMS": -1, + "timeoutMs": -1, "messageLimit": 1 }, "dmaapProducerConfiguration": { -- cgit 1.2.3-korg