Skip to content

Performance problems of Dory inputting data to Kafka #26

Answered by dspeterson
wenzelcheng asked this question in Q&A
Discussion options

You must be logged in to vote

When you say "default configuration", are you referring to the one referenced here? https://github.com/dspeterson/dory-work/blob/master/doc/detailed_config.md
If so, under <doryConfig>/<batching>/<namedConfigs> you will see the following section:

            <config name="default_latency">
                <time value="10000" />
                <messages value="disable" />
                <bytes value="256k" />
            </config>

Try adjusting the settings so that the amount of batching Dory performs is much higher, comparable to what you are getting from Kafka's own producer. To do that, try increasing the bytes value to something much larger than 256k. In general, batching can be don…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@dspeterson
Comment options

@wenzelcheng
Comment options

@dspeterson
Comment options

@dspeterson
Comment options

@wenzelcheng
Comment options

Answer selected by dspeterson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants