hw-kafka-client-2.4.0: Kafka bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Kafka.Dump

Synopsis

Documentation

hPrintSupportedKafkaConf :: MonadIO m => Handle -> m () Source #

Prints out all supported Kafka conf properties to a handle

hPrintKafka :: (MonadIO m, HasKafka k) => Handle -> k -> m () Source #

Prints out all data associated with a specific kafka object to a handle

dumpKafkaConf :: (MonadIO m, HasKafkaConf k) => k -> m (Map String String) Source #

Returns a map of the current kafka configuration

dumpTopicConf :: (MonadIO m, HasTopicConf t) => t -> m (Map String String) Source #

Returns a map of the current topic configuration