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 kafka-to-s3 mirroring from factory #287

Merged

Commits on Oct 29, 2024

  1. Enable temperature sensors on the factory

    This makes for a better demo
    mbaldessari committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    bcf0809 View commit details
    Browse the repository at this point in the history
  2. Fix the topics on factory

    Let's use the topic names as set in the value files and not hard-coded
    ones. In fact the old names were not being used at all, since the topics
    also get created by the mqtt2kafka bridge
    
    Co-Authored-By: Akos Eros <aeros@redhat.com>
    mbaldessari and darkdoc committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2976b93 View commit details
    Browse the repository at this point in the history
  3. Fix the topics used to fetch from the production kafka

    When using mirrormaker2 the topics get prefixed with the name of the
    kafka cluster where they originate from, so let's add that by default.
    
    Co-Authored-By: Akos Eros <aeros@redhat.com>
    mbaldessari and darkdoc committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e42416b View commit details
    Browse the repository at this point in the history