
7/23/2015 · Ewen Cheslack-Postava
What this post added
This post details the creation of a node.js wrapper library for the Confluent REST Proxy. It explains the design choices for the wrapper, focusing on mirroring the REST API and providing a user-friendly interface for producing messages (handling various formats, serialization, and batching) and consuming messages (using an EventEmitter-like API). It also presents a practical application example: a Twitter trending topics aggregator that demonstrates streaming data from Twitter to Kafka using the wrapper, processing it with Avro schemas, and exposing the results.