Skip to content

Commit

Permalink
fix: up deps and removed set apiKey command listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Jun 28, 2024
1 parent 6f2228e commit 51692ae
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 246 deletions.
7 changes: 0 additions & 7 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,6 @@
"configUpdateResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},
"setApiKeyCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"setApiKeyResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},
"flushCacheCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
Expand All @@ -168,7 +162,6 @@
"restoreCommand",
"resetCommand",
"configUpdateCommand",
"setApiKeyCommand",
"flushCacheCommand"
]
},
Expand Down
1 change: 0 additions & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ List of events emitted by this microservice for below topics:
| | healthCheckResponse | system health check response.
| | versionResponse | system version response.
| |`flushCacheResponse` | flush ACS Cache response
| |`setApiKeyResponse` | set API Key response
|===============================================================================
Jobs can be created, updated or deleted by issuing Kafka messages to topic `io.restorecommerce.jobs`.
Expand Down
Loading

0 comments on commit 51692ae

Please sign in to comment.