From f60a17c6abb6deef1c24f917488745cbc6e6a566 Mon Sep 17 00:00:00 2001 From: "Popescu, Serban" Date: Wed, 13 Feb 2019 10:29:59 -0500 Subject: Performance Improvements for Gizmo bulk API Use bulk operations with Gizmo/Champ to improve performance. Also allows for HA by allowing Champ to operate in stateless mode Change-Id: I63bbbf8d6071cecb4b22110c477d7dc592026200 Issue-ID: AAI-2147 Signed-off-by: Serban Popescu --- src/main/resources/logging/CrudServiceMsgs.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/logging/CrudServiceMsgs.properties b/src/main/resources/logging/CrudServiceMsgs.properties index 3d81571..e99d30a 100644 --- a/src/main/resources/logging/CrudServiceMsgs.properties +++ b/src/main/resources/logging/CrudServiceMsgs.properties @@ -70,6 +70,8 @@ ASYNC_DATA_SERVICE_ERROR=\ CRD0510E|\ AsyncDataService Error: {0} + + ASYNC_DATA_CACHE_INFO=\ CRD0511I|\ AsyncDataCache: {0} @@ -85,4 +87,8 @@ ASYNC_RESPONSE_CONSUMER_ERROR=\ AsyncResponseConsumer Error: {0} SCHEMA_INGEST_LOAD_ERROR=\ CRD0900E|\ - Unable to load schema ingest properties file due to : {0} \ No newline at end of file + Unable to load schema ingest properties file due to : {0} +CHAMP_BULK_OP_INFO=\ + CRD0515I|\ + ChampBulkOp: {0} + \ No newline at end of file -- cgit 1.2.3-korg