http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-kafka-rest-fake
/
org.http4k.connect.kafka.rest
/
FakeKafkaRest
/
FakeKafkaRest
Fake
Kafka
Rest
constructor
(
consumers
:
Storage
<
ConsumerState
>
=
Storage.InMemory()
,
topics
:
Storage
<
List
<
SendRecord
>
>
=
Storage.InMemory()
,
baseUri
:
Uri
=
Uri.of("http://localhost:${FakeKafkaRest::class.defaultPort}")
)
(
source
)