Hello everyone,
What are the best practices for deciding between:
-
writing directly to the data source from a microservice
-
publishing to Kafka and persisting via a sink connector?
When would you recommend one approach over the other?
Hello everyone,
What are the best practices for deciding between:
writing directly to the data source from a microservice
publishing to Kafka and persisting via a sink connector?
When would you recommend one approach over the other?
Some reasons to consider Kafka en route to the external system, roughly in order of decreasing commonness IMO:
Consider direct writes if these aren’t applicable or don’t seem valuable enough (particularly weighing 1 and 2) to justify adding a box and arrows to the architecture.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.