Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kafka [2020/11/11 09:50] – 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===== | ||
Line 48: | Line 56: | ||
</ | </ | ||
+ | |||
+ | ====Consume message==== | ||
+ | To consume / read a message from Kafka, we can use the following command: | ||
+ | |||
+ | |||
+ | < | ||
+ | [oracle@edvmr1p0 config]$ kafka-console-consumer.sh --bootstrap-server localhost: | ||
+ | Testing Kafka in the context of OGG 12c for Big Data | ||
+ | Second message sent to the Kafka cluster | ||
+ | |||
+ | Second message sent to the Kafka cluster | ||
+ | </ | ||
=====Appendix===== | =====Appendix===== |