-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure IoT Hub / Azure Event Hub input plugin (with go modules) #6928
Conversation
Hi @R290, we will review this PR this week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't ran the plugin yet, planning to try it out soon, but here are my initial comments. In addition to these, I notice there are no tests. This is probably a tricky plugin to unit test, but I think we should get started with at least some tests for Init()
, I may have some suggestions later on for more tests too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The metric tracking code is a bit fidgety, sorry about that. I'll put together a change that addresses my comments and open a PR against your fork.
metric tracking comment: #6928 (comment)
I opened the PR against your fork, R290#1, which should take care of the metric handling issues. There are a few more things on top of that PR that we need to take care of:
|
Thank you for your pull request!
At some point we could consider dropping the |
I rebased your branch since I couldn't figure out why GitHub still reported a conflict.
I'd definitely like to do have a generic amqp1 input. I'm imagining we would have an eventhub_consumer + amqp1_consumer inputs and an eventhub + amqp1 output. I'm not sure if we could get away with eventually having only the amqp1 plugins though, we might need the eventhub plugin for some of the authentication options? |
As discussed in issue #5231 and pull request #5370.
Feedback on code quality or anything else is greatly appreciated.
Required for all PRs: