Skip to content

QoS / Kafka Topic Prioritization w/ ClickHouse Kafka Connect Sink #337

Answered by Paultagoras
hodgesz asked this question in Q&A
Discussion options

You must be logged in to vote

Well there's kind of a few different ways to do this, I think. You can definitely have multiple instances of the connector running at once, covering multiple topics, so the simplest way would be to have:

  • High Priority Connector instance (for all of the High Priority Topics) w/ some high number of workers (it's customizable)
  • Low Priority Connector instance (for everything else) w/ some lower number of workers

It kind of depends on how much data are you thinking about - do you have an estimate in mind?

Replies: 10 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Paultagoras
Comment options

Answer selected by Paultagoras
Comment options

You must be logged in to vote
1 reply
@Paultagoras
Comment options

Comment options

You must be logged in to vote
4 replies
@hodgesz
Comment options

@Paultagoras
Comment options

@hodgesz
Comment options

@Paultagoras
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Paultagoras
Comment options

Comment options

You must be logged in to vote
1 reply
@Paultagoras
Comment options

Comment options

You must be logged in to vote
2 replies
@Paultagoras
Comment options

Comment options

You must be logged in to vote
1 reply
@Paultagoras
Comment options

Comment options

You must be logged in to vote
1 reply
@Paultagoras
Comment options

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