Skip to content

does fluss have concept of topic, partitions, brokers, controllers etc like kafka does? #104

Answered by polyzos
ethany21 asked this question in Q&A
Discussion options

You must be logged in to vote

In Fluss you have tables instead of topics:

  • Log Tables is similar to Kafka append only log and you can also guarantee isolation on the bucket level which is similar to a topic's partition.
  • In Fluss you also have Primary Key Tables, to handle updates and also perform fast lookup queries on data streams

Instead of brokers, you have the TabletServer which is similar, see here

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ethany21
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