Skip to content
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

Fix broken KafkaEmitterConfig parsing #5201

Merged
merged 2 commits into from Jan 3, 2018

Commits on Jan 1, 2018

  1. Fix broken KafkaEmitterConfig parsing

    This was a regression introduced in
    apache#4722
    
    KafkaEmitterConfig property names have dot(.) in the name of properties
    and JsonConfigurator behavior was changed to not support that.
    Added a test and fixed parsing of properties that have dot(.) in
    property names
    nishantmonu51 committed Jan 1, 2018
    Copy the full SHA
    042f0ce View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Fix test failure

    nishantmonu51 committed Jan 3, 2018
    Copy the full SHA
    d73db21 View commit details
    Browse the repository at this point in the history