Code Monkey home page Code Monkey logo

aquana's Introduction

aquana

Aquana Kafka Mirror

usage: aquana
 -backlog <arg>             [Int] Optional. Thread pool backlog.
                            Backpressure for consumer/producer stream.
                            Default: 256
 -batchSize <arg>           [Int] Optional. Consumer fetch size bytes.
                            Default: 10485760
 -connections <arg>         [Int] Optional. Max connections per host.
                            Aquana maintains connection pool for every
                            node in source/destination Kafka cluster.
                            Default: 3
 -consumer <arg>            [String] Source Kafka ip address. Any node
                            from cluster
 -consumerPort <arg>        [Int] Optional. Source Kafka port. Default:
                            9093
 -consumerTopic <arg>       [String] Source Kafka topic
 -genetics                  Genetic tests mode to find the best
                            configuration. Only 'consumer' and 'producer'
                            options required
 -help                      Show this message
 -inputPool <arg>           [Int] Optional. Consumer thread pool size.
                            Default: 10
 -outputPool <arg>          [Int] Optional. Producer thread pool size.
                            Default: 10
 -partitions <arg>          [List[Int]] - Optional. Partition numbers to
                            mirror separated by ','
 -producer <arg>            [String] Destination Kafka ip address
 -producerPort <arg>        [Int] Optional. Destination Kafka port.
                            Default: 9093
 -producerTopic <arg>       [String] Optional. Destination Kafka topic.
                            Default: consumerTopic
 -requestTimeout <arg>      [Int] Optional. The ack timeout of the
                            producer requests. Value must be non-negative
                            and non-zero. Default 10000
 -skew <arg>                [Int] Optional. Cross-partition skew factor.
                            Specifies how many batches could one partition
                            be ahead of another while mirroring. 1 - if
                            you want all partitions to be mirrored evenly.
                            Default 2
 -socketTimeout <arg>       [Int] Optional. Socket timeout milliseconds.
                            Default 9000
 -startFrom <arg>           [0|62|100] - Optional. Default: 0. Offset
                            position from the beginning (percents) mirror
                            should start from
 -startFromDetailed <arg>   [partition:offset, ...] - Optional. Offset
                            position for each partition to start from
 -tcpBuffer <arg>           [Int] Optional Tcp socket buffer. Default
                            2097152 bytes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.