toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.kafka
/
KafkaProperties
/
KafkaProperties
Kafka
Properties
constructor
(
@
DefaultValue
(
value
=
[
"true"
]
)
enabled
:
Boolean
=
true
,
bootstrapServers
:
List
<
String
>
,
@
DefaultValue
(
value
=
[
"wow."
]
)
topicPrefix
:
String
=
Wow.WOW_PREFIX
,
properties
:
Map
<
String
,
String
>
=
mapOf()
,
producer
:
Map
<
String
,
String
>
=
mapOf()
,
consumer
:
Map
<
String
,
String
>
=
mapOf()
)