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

Cherry-pick #10682 to 7.0: Expose the Metadata Refresh stragegy for the Kafka output. #11161

Merged
merged 3 commits into from
Mar 13, 2019

Commits on Mar 13, 2019

  1. Expose the Metadata Refresh stragegy for the Kafka output. (elastic#1…

    …0682)
    
    * Expose the Metadata Refresh stragegy for the Kafka output.
    
    By default the Kafka output will periodically refresh the metadata
    information for all the available topics. This is the default strategy
    that beat uses.
    
    But if you have strict permissions in place for your
    Kafka cluster this could lead to errors in your log while trying to get
    information for a topic that you don't have permissions.
    
    This commit keep the default behavior but allow to change the strategy
    from the config file.
    
    (cherry picked from commit 6829f19)
    ph committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    3c8cc68 View commit details
    Browse the repository at this point in the history
  2. changelog

    ph committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    e6ce05b View commit details
    Browse the repository at this point in the history
  3. <3 changelog

    ph committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    27ba624 View commit details
    Browse the repository at this point in the history