Re: Window Store

2021-02-16 Thread Liam Clarke-Hutchinson
Hey Navneeth, So to understand your problem better - do you only want to stream users active within 10 minutes to storage? Cheers, Liam On Tue, Feb 16, 2021 at 9:50 AM Navneeth Krishnan wrote: > It’s just for emitting to data storage. There is no join here. > > Thanks > > On Mon, Feb 15, 2021

Extraction of Kafka metadata

2021-02-16 Thread Akhilesh Chenicheri
Hi Team, This is regarding the extraction of metadata at topic level in kafka. Please let me know where is the metadata in kafka getting stored and how could we extract it at topic or message level. Thanks in advance, Akhilesh C

Kafka Security Questions

2021-02-16 Thread Jones, Isaac
Hello, I have a couple important questions regarding kafka and its security. 1. Is data encrypted in transit when streaming in kafka? 2. How does one endpoint get authenticated before data is sent to it? If someone can answer/explain this to me that'd be great. Isaac Jones Full Stack

Re: Extraction of Kafka metadata

2021-02-16 Thread Fabio Pardi
On 16/02/2021 06:33, Akhilesh Chenicheri wrote: > Hi Team, > > This is regarding the extraction of metadata at topic level in kafka. > Please let me know where is the metadata in kafka getting stored and how > could we extract it at topic or message level. > hi Akhilesh, metadata is stored nex

Re: Kafka Security Questions

2021-02-16 Thread Robin Moffatt
You can read about the security available in Apache Kafka here: https://kafka.apache.org/documentation/#security_ssl -- Robin Moffatt | Senior Developer Advocate | ro...@confluent.io | @rmoff On Tue, 16 Feb 2021 at 15:18, Jones, Isaac wrote: > Hello, > > I have a couple important questions