[feat][io] AzureDataExplorer/Kusto Sink for Pulsar - #22006
Conversation
…tps://learn.microsoft.com/en-us/azure/data-explorer/) (#2) * Added ADX Sink for Pulsar * Added test cases and E2E tests * Formatting and refactoring --------- Co-authored-by: Abhishek Saharn <asaharn@microsoft.com>
|
@asaharn Please add the following content to your PR description and select a checkbox: |
pom changes
lhotari
left a comment
There was a problem hiding this comment.
There's one more change needed for handling secrets. I'm sorry I missed that in the initial review.
|
Thanks @david-streamlio. |
lhotari
left a comment
There was a problem hiding this comment.
A few comments about .gitignore and the mockito-inline dependency that is no longer needed in Mockito 5.x.x.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #22006 +/- ##
=============================================
+ Coverage 36.44% 73.58% +37.14%
- Complexity 12369 32572 +20203
=============================================
Files 1727 1874 +147
Lines 131879 139220 +7341
Branches 14419 15260 +841
=============================================
+ Hits 48057 102445 +54388
+ Misses 77404 28862 -48542
- Partials 6418 7913 +1495
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
Thanks for the great work @asaharn . Merging this. |
- https://learn.microsoft.com/en-us/azure/data-explorer/ Co-authored-by: Ramachandran A G <106139410+ag-ramachandran@users.noreply.github.com>
Motivation
This PR introduces an Azure Data Explorer (ADX) sink connector for Apache Pulsar. Streamlining the ingestion process, it solves the challenge of seamlessly transferring data from Pulsar to ADX clusters.
Modifications
We have added a new Azure Data Explorer (ADX) sink connector tailored for Apache Pulsar, enabling smooth and optimized data transfer from Pulsar to ADX clusters. The modification includes the integration of key functionalities and configurations necessary for seamless data ingestion.
Verifying this change
(Please pick either of the following options)
This change added tests and can be verified as follows:
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: asaharn#2