authorjapps / wordcount-k8

Realtime Word Count Using Kubernetes, Kafka and EFK stack
1 stars 1 forks source link

Initial word count application with consumer and producer. #10

Closed rpayal closed 4 years ago

rpayal commented 4 years ago

Next will need to provide test for producer, consumer and an integration test using ZeroCode for the application.

rpayal commented 4 years ago

Refactored code, added test for producer and consumer.

Next to implement Zerocode for integration test.