diff options
| author | Paul-Christian Volkmer | 2023-08-09 10:20:20 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-08-09 10:22:03 +0200 |
| commit | 13bfa0018d6c9b48893ef96945659be9e7eec6c0 (patch) | |
| tree | d57a53833d1c560592b8fcba66f4d0a72ef98924 /README.md | |
| parent | 7739afad1fc82f4ffe0debbebae58874f046d82d (diff) | |
Change endpoint configuration to select single endpoint
* If REST endpoint is configured, it will be used
* If Kafka endpoint is configured, it will be used
* If both endpoints are configured, REST configuration has precedence and will be used
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -28,7 +28,10 @@ Wurde die Verwendung von gPAS konfiguriert, so sind weitere Angaben zu konfiguri ## Mögliche Endpunkte -Für REST-Requests als auch (parallel) zur Nutzung von Kafka-Topics können Endpunkte konfiguriert werden. +Für REST-Requests als auch zur Nutzung von Kafka-Topics können Endpunkte konfiguriert werden. + +Es ist dabei nur die Konfiguration eines Endpunkts zulässig. +Werden sowohl REST als auch Kafka-Endpunkt konfiguriert, wird nur der REST-Endpunkt verwendet. ### REST |
