Delivering innovative event-driven features to the hands of users means moving micro-integrations from development to production. That means getting the right event infrastructure in the right environment at the right time. Event Portal makes that easier, faster and more resilient.
-This code lab establishes connectivity between Event Portal, Pub Sub+ Event Broker (the runtime component) and the Event Management Agent. This in turn enables config push, which we will explore in the next Codelab.
- If you are using Podman instead of Docker, you'll need to replace docker
with podman
in all command line entries.
default
admin
http://host.docker.internal:8080
http://host.containers.internal:8080
Click on the Save & Create connection file button as shown :
@@ -157,7 +152,7 @@where PASSWORD_ENV_VAR_1
is the password for your locally running broker and /absolute/path/to/your/ema/config.yml
points to your downloaded EMA configuration.
where PASSWORD_ENV_VAR_1
is the password for your cloud broker and /absolute/path/to/your/ema/config.yml
points to your downloaded EMA configuration.
docker logs -f event-management-agent
Delivering innovative event-driven features to the hands of users means moving micro-integrations from development to production. That means getting the right event infrastructure in the right environment at the right time. Event Portal makes that easier, faster and more resilient.
-This code lab establishes connectivity between Event Portal, Pub Sub+ Event Broker (the runtime component) and the Event Management Agent. This in turn enables config push, which we will explore in the next Codelab.
+Now that you've established that connectivity, you can explore how Event Portal reuses events you already have, automates event access and auto-generates code for Event Driven applications..
+Thanks for participating in this codelab! Let us know what you thought in the Solace Community Forum! If you found any issues along the way we'd appreciate it if you'd raise them by clicking the Report a mistake button at the bottom left of this codelab.
diff --git a/codelabs/ep-lifecycle/codelab.json b/codelabs/ep-lifecycle/codelab.json index 6001ad6d..ccafa89e 100644 --- a/codelabs/ep-lifecycle/codelab.json +++ b/codelabs/ep-lifecycle/codelab.json @@ -3,7 +3,7 @@ "format": "html", "prefix": "https://storage.googleapis.com", "mainga": "UA-49880327-14", - "updated": "2024-06-05T15:20:27Z", + "updated": "2024-07-02T19:47:59Z", "id": "ep-lifecycle", "duration": 71, "title": "Event Portal: event-driven innovation that's faster, easier, more resilient", @@ -11,7 +11,7 @@ "source": "main/markdown/ep-lifecycle/ep-lifecycle.md", "theme": "", "status": [ - "hidden" + "published" ], "category": [ "eventportal" diff --git a/codelabs/ep-lifecycle/img/7b5c691d210d1902.png b/codelabs/ep-lifecycle/img/7b5c691d210d1902.png new file mode 100644 index 00000000..06489a0d Binary files /dev/null and b/codelabs/ep-lifecycle/img/7b5c691d210d1902.png differ diff --git a/codelabs/ep-lifecycle/index.html b/codelabs/ep-lifecycle/index.html index 6498487d..c94995fa 100644 --- a/codelabs/ep-lifecycle/index.html +++ b/codelabs/ep-lifecycle/index.html @@ -38,11 +38,11 @@For all sections, you'll need to:
For config push and CICD integration sections, you will also need to:
If the config push fails, ensure that your EMA and your local broker are running.
+If the config push fails, ensure that your EMA is running.
C360.CUSTOMERS
and C360.ORDERS
. Clicking on each, you should see that they are owned by c360, only the owner is allowed to access the queue and the subscriptions you defined are in place.