Metadata-Version: 2.1
Name: reverse-kafka-logger
Version: 0.1
Summary: pip install reverse-kafka-logger; kafka-logger --topic='gg' --brokers='localhost9092;localhost:2928' --regex='wow'
Home-page: https://github.com/edwardsujono/kafka-logger
Author: Edward Sujono
License: UNKNOWN
Description: # Kafka Logger
        <a href="https://travis-ci.com/edwardsujono/reverse-kafka-logger.svg?branch=master"><img src="https://travis-ci.com/edwardsujono/reverse-kafka-logger.svg?branch=master" alt="Build Status"></a>
        
        ```text
        pip library that is used to read inversely the kafka message.
        The best part is each partition of topic will be run in parallel.
        ```
        
        # Background
        
        A need to grep the message from kafka reversely because often we want to grep something from the most recent offset.
        
        # Problem
        All the available debugging tools of kafka never introduced such feature.
        
        # usage
        `pip install rervese-kafka-logger`
        
        # Install
        setup package: `python setup.py dist`
        
        install package: `pip install --no-index ./dist/{NEW_PACKAGE_NAME}`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
