Skip to content
Snippets Groups Projects
  • Seok Won's avatar
    ea219736
    Java: Create Kafka Streams Twitter filter · ea219736
    Seok Won authored
    Run StreamsFilterTweets.java and TwitterProducerOptimized.java
    
    See result using:
    kafka-console-consumer --bootstrap-server localhost:9092 --topic famous-tweets
    
    Tweets that go into a topic named "twitter-tweets", will be filtered with a tweet that is posted by a user who has 10K followers and they will go into a topic named "famous-tweets"
    Java: Create Kafka Streams Twitter filter
    Seok Won authored
    Run StreamsFilterTweets.java and TwitterProducerOptimized.java
    
    See result using:
    kafka-console-consumer --bootstrap-server localhost:9092 --topic famous-tweets
    
    Tweets that go into a topic named "twitter-tweets", will be filtered with a tweet that is posted by a user who has 10K followers and they will go into a topic named "famous-tweets"