diff options
author | Popescu, Serban <serban.popescu@amdocs.com> | 2019-02-13 10:29:59 -0500 |
---|---|---|
committer | Serban Popescu <serban.popescu@amdocs.com> | 2019-02-13 10:30:26 -0500 |
commit | f60a17c6abb6deef1c24f917488745cbc6e6a566 (patch) | |
tree | 3f7e612e4c1c0bcb435e6bbc851f09e8baa3afb7 /src/main/resources | |
parent | 0c40bcde9facc109ceb8dabb91156df2b4fb4129 (diff) |
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 <serban.popescu@amdocs.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/logging/CrudServiceMsgs.properties | 8 |
1 files changed, 7 insertions, 1 deletions
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 |