Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mluukkai committed May 9, 2024
1 parent e2dde8f commit ce755f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/part-4/2-messaging-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $ helm install --set auth.enabled=false my-nats oci://registry-1.docker.io/bitna

The installation prints many kinds of useful info for us.

We are now ready to deploy our [app](https://github.com/kubernetes-hy/material-example/tree/master/app9) that uses [nats.js](https://github.com/nats-io/nats.js) as the client library.
We are now ready to deploy our [app](https://github.com/kubernetes-hy/material-example/tree/master/app9) that uses [nats.js](https://github.com/nats-io/nats.js) as the client library. Note that the example app uses nats.js version 1.5. The current version of the library has

The **deployment.yaml** that passes the connect URL _nats://my-nats:4222_ to pods in env variable *NATS_URL* looks like the following:

Expand Down Expand Up @@ -341,6 +341,8 @@ This is now the final configuration:

<exercise name='Exercise 4.06: Project v2.0'>

_If you use JavaScript, notice that the [example app](https://github.com/kubernetes-hy/material-example/tree/master/app9) uses nats.js library version 1.5. The [current version](https://www.npmjs.com/package/nats) of the library has significant changes in the API, so copy-pasting the code from the example will not work._

Create a new separate service for sending status messages of the todos to a popular chat application. Let's call the new service "broadcaster".

Requirements:
Expand Down

0 comments on commit ce755f8

Please sign in to comment.