Admin Settings
data class AdminSettings(val bootstrapServer: String, props: Properties? = null)
Content copied to clipboard
Typed data class for creating a valid Admin instance. The only required parameter is the bootstrapServer, and all other optional parameters can be added using the props parameter.
See also
org. apache. kafka. clients. admin. Admin Client Config
for additional kafka Admin parameters
If you want to request an important stable kafka parameter to be added to the data class, please open an issue on the kotlin-kafka repo.