https://github.com/stuartleeks/eventhubpeek
A simple site extension to allow you to inspect a sample of the messages on an Event Hub
https://github.com/stuartleeks/eventhubpeek
Last synced: 7 months ago
JSON representation
A simple site extension to allow you to inspect a sample of the messages on an Event Hub
- Host: GitHub
- URL: https://github.com/stuartleeks/eventhubpeek
- Owner: stuartleeks
- License: mit
- Created: 2015-07-01T21:32:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T13:06:40.000Z (about 10 years ago)
- Last Synced: 2025-05-15T11:14:05.093Z (about 1 year ago)
- Language: C#
- Size: 813 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
#Event Hub Peek
A simple site extension for Azure App Service to allow you to inspect a sample of the messages on an Event Hub. It is published in the extensions gallery for easy installation: http://www.siteextensions.net/packages/eventhubpeek/
## Releases
### Version 0.2.0
Add drop-down to select Event hub connection strings from config
Minor tweaks (e.g. Making text boxes for connection strings bigger)
### Version 0.1.1
Minor UI tweaks
### Version 0.1.0
Initial version