forked from apache/samza
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making event hub configs Samza compliant
Fixes for Bugs - SAMZA-1571 Make Eventhubs system configs compatible with Samza standalone. - SAMZA-1624 EventHub system should prefix the configs with senstive for SasKey and SasToken - SAMZA-1625 EventHub systemAdmin is swallowing exceptions - SAMZA-1626 EventHub system admin is not returning the metadata for all the ssps requested for Description 1. Right now event hub doesn't follow the samza's config convention of naming the secrets as "sensitive" so that they are masked before they are logged. 2. Event hub configs uses the old system.<systemName>.streams.<streamName> which is blacklisted in Samza standalone. So moving these configs to newer <streams>.<streamid> 3. Wrapping the underlying exception properly in the SamzaException in EventHubSystemAdmin 4. Porting Bharat's fix to return the metadata for all the ssps requested for in EventHubSystemAdmin Author: Srinivasulu Punuru <[email protected]> Reviewers: Xinyu Liu <[email protected]> Closes apache#453 from srinipunuru/eh.1
- Loading branch information
1 parent
956cf41
commit 272aa32
Showing
5 changed files
with
66 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters