Skip to content

Instantly share code, notes, and snippets.

View LogicNinjaX's full-sized avatar
💭
📖

Nitish Sahni LogicNinjaX

💭
📖
View GitHub Profile
@geunho
geunho / application-properties.md
Last active September 30, 2025 09:41
spring-kafka application.properties

https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-application-properties.html spring.kafka prefixed properties

Key Default Value Description
spring.kafka.admin.client-id ID to pass to the server when making requests. Used for server-side logging.
spring.kafka.admin.fail-fast false Whether to fail fast if the broker is not available on startup.
spring.kafka.admin.properties.* Additional admin-specific properties used to configure the client.
spring.kafka.admin.ssl.key-password Password of the private key in the key store file.
spring.kafka.admin.ssl.key-store-location Location of the key store file.