https://github.com/cicorias/go-eh-relay
eventhub to eventhub relay in Go
https://github.com/cicorias/go-eh-relay
Last synced: 29 days ago
JSON representation
eventhub to eventhub relay in Go
- Host: GitHub
- URL: https://github.com/cicorias/go-eh-relay
- Owner: cicorias
- Created: 2022-08-26T12:03:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T21:54:42.000Z (over 2 years ago)
- Last Synced: 2025-03-28T19:54:48.615Z (about 1 month ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Provide message relay from EventHub to EventHub
### NOtes
#### Updated SDK Examples
https://github.com/Azure-Samples/azure-sdk-for-go-samples/blob/main/sdk/resourcemanager/eventhub/eventhub/main.go
see creds, new client, and hub#### Azure SDK for Go
https://docs.microsoft.com/en-us/azure/developer/go/overviewhttps://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs
#### Data Plane
https://github.com/Azure/azure-event-hubs-go/tree/master/_examples/helloworld
#### Dated SDK
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-go-get-started-send
https://github.com/Azure-Samples/azure-sdk-for-go-samples/tree/main/services/storage