Re: Kafka streams for golang

2017-12-20 Thread Victor Denisov
gt; */ > > On Tue, Dec 19, 2017 at 12:52 PM, Victor Denisov > wrote: > >> Hi, >> >> Is anybody aware of any kafka streams work for golang? >> >> Thanks, >> -- >> V. >> -- V.

Re: Kafka streams for golang

2017-12-20 Thread Victor Denisov
as well > now that it has a go SDK (https://github.com/apache/beam/tree/master/sdks/go > <https://github.com/apache/beam/tree/master/sdks/go>) > > -Robin > > >> On 19 Dec 2017, at 21:52, Victor Denisov wrote: >> >> Hi, >> >> Is anybody aware of any kafka streams work for golang? >> >> Thanks, >> -- >> V. > -- V.

Kafka streams for golang

2017-12-19 Thread Victor Denisov
Hi, Is anybody aware of any kafka streams work for golang? Thanks, -- V.

KTree instead of ktable

2017-08-21 Thread Victor Denisov
Hi, I would like to build a structure similar to ktable, but instead of structuring this data structure as a table I would like to structure it, say, as a binary tree. Are there any standard approaches for it? Is this way of using kstreams is supported in the first place? Thanks, Victor.