Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
kafka [2020/11/11 09:58] – andonovj | kafka [2020/11/11 10:11] (current) – andonovj | ||
---|---|---|---|
Line 5: | Line 5: | ||
So for example, you can have: Oracle -> Kafka -> Hadoop/ | So for example, you can have: Oracle -> Kafka -> Hadoop/ | ||
+ | |||
+ | For that, Kafka has two sets of clients: | ||
+ | |||
+ | * Producers - Clients who procedure / import data into Kafka | ||
+ | * Consumers - Clients who consume / read the data from Kafka | ||
+ | |||
+ | |||
+ | {{ : | ||
=====Management===== | =====Management===== |