-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
refactor:eventhub/_eventprocessor:type hint added #26208
Conversation
Thank you for your contribution JJHWAN! We will review the pull request and get back to you soon. |
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.
sdk/eventhub/azure-eventhub/azure/eventhub/_eventprocessor/event_processor.py
Outdated
Show resolved
Hide resolved
sdk/eventhub/azure-eventhub/azure/eventhub/_eventprocessor/in_memory_checkpoint_store.py
Outdated
Show resolved
Hide resolved
@swathipil applied your reviews! |
Hi @JJHWAN. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
Hi @JJHWAN. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing "/reopen" if you'd like to continue working on these changes. Please be sure to use the command to reopen or remove the "no-recent-activity" label; otherwise, this is likely to be closed again with the next cleanup pass. |
/reopen |
/azp run python - eventhub - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - eventhub - tests |
1 similar comment
/azp run python - eventhub - tests |
/azp run python - eventhub - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - eventhub - tests |
…into add_multiapi_combiner * 'main' of https://github.com/Azure/azure-sdk-for-python: (214 commits) [ML] [Pipelines] Make optional input has consistent behavior in @pipeline (#27904) [AutoRelease] t2-network-2022-11-29-34202(can only be merged by SDK owner) (#27721) add test for early available output not set is_control (#27942) [AutoRelease] t2-billingbenefits-2022-12-12-85945(can only be merged by SDK owner) (#27905) [ml] support for registry environment next version auto increment (#27920) Fix path validation when specifying data asset using latest tag (#27957) [Eventhubs] Remove Six (#27948) Sync eng/common directory with azure-sdk-tools for PR 4944 (#27952) add experimental tag to job definition class (#27949) [Monitor][Query] Regen with DPG (#27831) [Tables] Move recordings to assets repo (#27927) Fixed bug in sip routing. SDK shouldnt send empty patch. (#27919) Update prepare-pipelines.yml (#27918) [auto relesae] support run recording test (#27940) refactor:eventhub/_eventprocessor:type hint added (#26208) [Question Answering] Move recordings to assets repo (#27939) [Conversations] Move recordings to assets repo (#27938) [Release_sdk_status] Fix release_sdk_status for run test break (#27906) [Schema Registry Avro] Move recordings to assets repo (#27935) [Schema Registry] Move recordings to assets repo (#27934) ...
Description
issue #25471
Changed \eventhub\azure-eventhub\azure\eventhub_eventprocessor directory with type hints
Will work with other dir too, later :)
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines