Skip to content

Commit 3d12a2d

Browse files
authored
Merge branch 'development' into fix/gofr_telemetry
2 parents 37011b4 + 050b9fc commit 3d12a2d

File tree

1 file changed

+5
-5
lines changed
  • docs/advanced-guide/using-publisher-subscriber

1 file changed

+5
-5
lines changed

docs/advanced-guide/using-publisher-subscriber/page.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,14 +332,14 @@ docker run -d \
332332
When subscribing or publishing using NATS JetStream, make sure to use the appropriate subject name that matches your stream configuration.
333333
For more information on setting up and using NATS JetStream, refer to the official NATS documentation.
334334

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.
337337

338338
While subscribing gofr reads from all the partitions of the consumer group provided in the configuration reducing hassle to manage them.
339339

340340
#### Configs
341341

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.
343343

344344
Import the external driver for `eventhub` using the following command.
345345

@@ -363,11 +363,11 @@ app := gofr.New()
363363
}))
364364
```
365365

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.
367367

368368
#### Setup
369369

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).
371371

372372
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).
373373

0 commit comments

Comments
 (0)