From 24d36af30bf8ff811a6e743774cefbce3356d30b Mon Sep 17 00:00:00 2001 From: Johannes Albrecht Date: Wed, 1 Feb 2023 15:35:56 +0100 Subject: [PATCH] Update doc.go --- pkg/sseclient/doc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/sseclient/doc.go b/pkg/sseclient/doc.go index e26fefb..04c3bf4 100644 --- a/pkg/sseclient/doc.go +++ b/pkg/sseclient/doc.go @@ -32,6 +32,7 @@ Before we create SseClient, two things are needed: 1) Get authorization token The token is a Bearer token, which is provied by ctrlX Identity Manager Component. + 2) Create SSE subscription on the SSE Server on the Data Layer The subscriptionID is generated at first on client side by using for example package uuid, this id then will be sent to the server together with other SSE parameters especially nodelist by sending a POST request to the ctrlX Data Layer. The subscription