Re: Kafka stream transformations

2017-09-27 Thread Damian Guy
Hi Roshan, KafkaStreams apps run as a client application. It does not run on the broker. You develop an application and give it an `application.id` - you deploy how over many instances of that application you like and they all share the same topology. I suggest you take a look at the docs here: ht

Kafka stream transformations

2017-09-26 Thread Roshan
Hi, I'm looking for information on where the stream transformations are applied - the server(broker) or the client? Would it be possible for clients to share the topology? -- Warm regards Roshan