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

Feature/auth and tls for brokers #179

Merged
merged 17 commits into from
Apr 12, 2024

Commits on Apr 10, 2024

  1. * add WithTLS and WithSasl to kafka.go and use it for kafka.Writer, k…

    …afka.Reader and kafka.Dialer
    magraef committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d8aa908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde9e82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b61b03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef5b719 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cec1631 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c815fe View commit details
    Browse the repository at this point in the history
  7. * add test for connection to nats jetstream with TLS and basic auth

    * adjust natsjetstream.go consumer and streams must be configured *after* successfully creating the client
    magraef committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a7d0de4 View commit details
    Browse the repository at this point in the history
  8. * add connection test on creating kafka controller to validate succes…

    …sful kafka connection on creation like nats controller
    magraef committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2c40afb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    788e852 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d50e06b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6dcd806 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c9335cc View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. fix linter errors

    magraef committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    63d70a8 View commit details
    Browse the repository at this point in the history
  2. fix check generated lerenn#2

    magraef committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4a224b4 View commit details
    Browse the repository at this point in the history
  3. update codegen

    magraef committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1869a4e View commit details
    Browse the repository at this point in the history
  4. fix linter stuff

    magraef committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e12161a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. registerStream and registerConsumer should only be executed if the co…

    …rresponding config was set via ControllerOption
    magraef committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ef49f0d View commit details
    Browse the repository at this point in the history