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: docs/advanced-guide/using-publisher-subscriber/page.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -332,14 +332,14 @@ docker run -d \
332
332
When subscribing or publishing using NATS JetStream, make sure to use the appropriate subject name that matches your stream configuration.
333
333
For more information on setting up and using NATS JetStream, refer to the official NATS documentation.
334
334
335
-
### Azure Event Hub
336
-
GoFr supports Event Hub starting gofr version v1.22.0.
335
+
### Azure Event Hubs
336
+
GoFr supports Event Hubs starting gofr version v1.22.0.
337
337
338
338
While subscribing gofr reads from all the partitions of the consumer group provided in the configuration reducing hassle to manage them.
339
339
340
340
#### Configs
341
341
342
-
Azure Event Hub is supported as an external PubSub provider such that if you are not using it, it doesn't get added in your binary.
342
+
Azure Event Hubs is supported as an external PubSub provider such that if you are not using it, it doesn't get added in your binary.
343
343
344
344
Import the external driver for `eventhub` using the following command.
345
345
@@ -363,11 +363,11 @@ app := gofr.New()
363
363
}))
364
364
```
365
365
366
-
While subscribing/publishing from Event Hub make sure to keep the topic-name same as event-hub name.
366
+
While subscribing/publishing from Event Hubs make sure to keep the topic-name same as event-hub name.
367
367
368
368
#### Setup
369
369
370
-
1. To set up Azure Event Hub refer the following [documentation](https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-create).
370
+
1. To set up Azure Event Hubs refer the following [documentation](https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-create).
371
371
372
372
2. As GoFr manages reading from all the partitions it needs to store the information about what has been read and what is left for that GoFr uses Azure Container which can be setup from the following [documentation](https://learn.microsoft.com/en-us/azure/storage/blobs/blob-containers-portal).
0 commit comments