Skip to content

Spring SSL bundles for Kafka no longer works with spring boot 3.5.4 #46852

@itssrihere

Description

@itssrihere

It looks like with spring boot 3.5.4 (spring-kafka 3.3.8), the injection/handling of ssl bundles no longer works. Instead, we are now expected to configure the properties (what we believe to be) the old way?

Before (SSL Bundle - broken in 3.5.4):

  spring:
    ssl:
      bundle:
        jks:
          kafka:
            truststore:
              location: 
              password: 
              type:
    kafka:
      ssl:
        bundle: kafka

After (Traditional SSL - working in 3.5.4):

  spring:
    kafka:
      ssl:
        trust-store-location: file:
        trust-store-password:
        trust-store-type:

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions