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 handling of multiple Kafka hosts when creating alarm tree #3072

Merged
merged 1 commit into from
Jul 15, 2024

Commits on Jul 10, 2024

  1. Fix handling of multiple Kafka hosts.

    When multiple Kafka hosts are specified as part of the alarm URI, the
    URI cannot be parsed as a server-based URI, only as a registry-based
    URI. This means that the getHosts(), getPort(), and getUserInfo()
    methods return null. Therefore, we have to use getAuthority() instead
    when cloning the URI.
    
    This closes ControlSystemStudio#3071.
    smarsching committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2d55d0d View commit details
    Browse the repository at this point in the history