-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[receiver/azureeventhub] Add new component, Azure Event Hub Receiver #12787
Conversation
fd59014
to
c27eae0
Compare
df39aa7
to
847b731
Compare
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.
FYI only: Have not looked at the code, but consider to use same pattern as kafka receiver that allows plugin different "Unmarshaller" (otlp, etc.)
84e5bec
to
4256722
Compare
yes, this is just the structure, the impl is not set yet. Good call on the unmarshaller. |
e7ea412
to
575b8b7
Compare
@djaglowski I am having issues with flaky tests, please review as I try one more time to get a green build... |
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.
LGTM as long as stability is changed to "in development".
I haven't seen much test flakiness lately. If you can link me to any failures, I'd like to at least capture them.
Description:
Structure of a new receiver for Azure event hub.
Link to tracking Issue:
#12786
Testing:
N/A
Documentation:
README.md