You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where adapter_id and adapter_topic would be based on env variables on the adapter deployment (setting up the adapter in noobaa would be a manual configuration step)
176
+
The Topic in the S3 notification configuration is always a reference to the
177
+
NooBaa connection secret: "NOOBAA_CONNECTION_NAME/connect.json". It is not the
178
+
Kafka topic itself — for Kafka mode, the actual Kafka topic is the "topic" field
179
+
inside the connect.json (see the NooBaa Kafka connection setup section). For HTTP
180
+
mode, the connect.json contains the HTTP endpoint details instead.
177
181
178
-
The adapter_topic is actually "secret_name/connection.json" (relative path to the mounted secret connection.json)
182
+
NOOBAA_CONNECTION_NAME is an env var on the adapter deployment that identifies
183
+
which NooBaa connection was configured during the one-time setup (HTTP or Kafka,
184
+
depending on NOTIFICATIONS_MODE).
179
185
180
186
If successful, the BucketNotificationSet condition will be marked as "True"
181
187
182
-
* TestEventReceived will be set to "True", once the adapter receives the TestEvent
188
+
* TestEventReceived will be set to "True", once the adapter receives the TestEvent
183
189
184
190
The noobaa bucket notification sends a test event to the newly configured bucket notifications, e.g.:
0 commit comments