Angular is a frontend tool and Kafka is almost always used on the backend behind some application layer, so integration would be pretty uncommon. If you did want to write or read from Kafka directly from your frontend app, you'd probably want to use a REST proxy (e.g. http://docs.confluent.io/3.1. 1/kafka-rest/docs/intro.html). At that point there's nothing special about integrating the two -- it's just making HTTP API calls like any other REST API you might work with.
-Ewen On Mon, Dec 26, 2016 at 8:48 PM, Sudheer Jonna <sudheer.jo...@gmail.com> wrote: > Hi Team, > > Can you please provide any resource for Angular2 with Kafka > integration examples.Thanks in advance. > > -- > Regards, > Sudheer >