Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
KafkaConsumer :: Kafka -> KafkaConf -> KafkaConsumerhw-kafka-client Kafka.Consumer.Types No documentation available.
unConsumerGroupId :: ConsumerGroupId -> Texthw-kafka-client Kafka.Consumer.Types No documentation available.
-
hw-kafka-client Kafka.Metadata List and describe all consumer groups in cluster.
-
hw-kafka-client Kafka.Metadata Describe a given consumer group.
type family
BytesConsumed a :: Natidenticon Graphics.Identicon The BytesConsumed type function calculates how many bytes are consumed in a given identicon.
-
identicon Graphics.Identicon Consumer is a type that represents an entity that consumes bytes that are available for identicon generation. It's parametrized over a phantom type n which is a natural number on the type level that represents the number of bytes that this entity consumes. At this moment, a Consumer always adds one Layer to an Identicon when attached to it. The number of bytes, specified as type parameter of Identicon type must be completely consumed by a collection of consumers attached to it. To attach a consumer to Identicon, you use the (:+) type operator, see below.