- Companion:
- class
Type members
Classlikes
Value members
Concrete methods
Creates a new KafkaConsumer in the Resource context,
using the specified ConsumerSettings. Note that there
is another version where F[_] is specified explicitly and
the key and value type can be inferred, which allows you
to use the following syntax.
Creates a new KafkaConsumer in the Resource context,
using the specified ConsumerSettings. Note that there
is another version where F[_] is specified explicitly and
the key and value type can be inferred, which allows you
to use the following syntax.
KafkaConsumer.resource[F].using(settings)
Creates a new KafkaConsumer in the Stream context,
using the specified ConsumerSettings. Note that there
is another version where F[_] is specified explicitly and
the key and value type can be inferred, which allows you
to use the following syntax.
Creates a new KafkaConsumer in the Stream context,
using the specified ConsumerSettings. Note that there
is another version where F[_] is specified explicitly and
the key and value type can be inferred, which allows you
to use the following syntax.
KafkaConsumer.stream[F].using(settings)