Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
hw-kafka-client Kafka.Consumer Deprecated: Use newConsumer/closeConsumer instead
unConsumerGroupId :: ConsumerGroupId -> Texthw-kafka-client Kafka.Consumer No documentation available.
module Kafka.Consumer.
ConsumerProperties Module with consumer properties types and functions.
-
hw-kafka-client Kafka.Consumer.ConsumerProperties Properties to create KafkaConsumer.
-
hw-kafka-client Kafka.Consumer.ConsumerProperties No documentation available.
-
hw-kafka-client Kafka.Consumer.Types Consumer group ID. Different consumers with the same consumer group ID will get assigned different partitions of each subscribed topic. See Kafka documentation on consumer group
ConsumerGroupId :: Text -> ConsumerGroupIdhw-kafka-client Kafka.Consumer.Types No documentation available.
-
hw-kafka-client Kafka.Consumer.Types Represents a received message from Kafka (i.e. used in a consumer)
-
hw-kafka-client Kafka.Consumer.Types No documentation available.
-
hw-kafka-client Kafka.Consumer.Types The main type for Kafka consumption, used e.g. to poll and commit messages. Its constructor is intentionally not exposed, instead, one should use newConsumer to acquire such a value.