GitHub user srinipunuru opened a pull request: https://github.com/apache/samza/pull/453
Making event hub configs Samza compliant Couple of issues 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> You can merge this pull request into a Git repository by running: $ git pull https://github.com/srinipunuru/samza eh.1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/453.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #453 ---- commit c4f2afad157318e8000157a82cc91147eaa0049d Author: Srinivasulu Punuru <spunuru@...> Date: 2018-03-21T17:51:34Z Making event hub configs Samza compliant ---- ---