- Dec 07, 2020
-
-
Seok Won authored
+ Create app.config to load twitter api tokens Safe + High throughput by using compression = snappy, linger ms = 20, batch size = 32 * 1024, acks = all, idempotence = true, retries = INT32_MAX max.in.flight = 5
-
- Nov 30, 2020
-
-
Seok Won authored
Create a topic named "twitter-tweets" with below command, kafka-topics --zookeeper localhost:2181 --create --topic twitter-tweets --partitions 6 --replication-factor 1 and run this application.
-
Seok Won authored
Next we will build kafka producer to send tweets to kafka. https://github.com/twitter/hbc
-