Skip to content

Some Queries regarding Fluvio #2980

Answered by sehz
cloudcompute asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @cloudcompute, good questions, responses here:

a. Fluvio like Kafa supports publish-subscribe pattern. Not sure request-reply, maybe you can give better details. Fluvio is fully async so it's not like push-pull which is more for sync API.

b. Fluvio doesn't support transaction yet.

b. Yes Fluvio is ideal for Event Sourcing. Size of data should not impact performance.

c. Fluvio's connector can connect to many different sources and sinks. Kafka is just another source or sink. This is ideal for if you have existing Kafka installation and wants to source data from it. Fluvio can fully perform entire data processing pipeline without any other existern dependencies.

d. SmartModule is next gen…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by cloudcompute
Comment options

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