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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,10 @@ const client = await connect({
79
79
awaitclient.close()
80
80
```
81
81
82
+
When the user calls the connect function a connection to the server is created. In the case that the user creates a publisher and a consumer,
83
+
two new connections are opened, one for publishers and one for consumers. In particular the connection for publishers is created on the leader node and not on the replicas.
84
+
If the number of connections exceeds a predefined threshold the user won't be able to create new connections.
85
+
82
86
### Connect through TLS/SSL
83
87
84
88
```typescript
@@ -440,7 +444,7 @@ cd example
440
444
npm i
441
445
```
442
446
443
-
run the docker-compose to launch a rabbit instance already stream enabled
447
+
run the make command to launch a rabbit instance already stream enabled
0 commit comments