Re: Kafka streams and user authentication

2022-02-25 Thread Guozhang Wang
t; @Bean public KStream plain(StreamsBuilder builder) { > KStream stream = builder.stream( "A" ); > stream.map( ... ).to( "B" ); > return stream; > } > > Thanks > Alessandro > > > -----Original Message- > From: G

RE: Kafka streams and user authentication

2022-02-24 Thread Alessandro Ernesto Mascherpa
rn stream; } Thanks Alessandro -Original Message- From: Guozhang Wang Sent: mercoledì 23 febbraio 2022 19:20 To: Users Subject: Re: Kafka streams and user authentication Hello Alessandro, Could you elaborate a bit more on what authN methanisms you are using, and by `account` what d

Re: Kafka streams and user authentication

2022-02-23 Thread Guozhang Wang
Hello Alessandro, Could you elaborate a bit more on what authN methanisms you are using, and by `account` what do you mean explicitly? Guozhang On Wed, Feb 23, 2022 at 5:10 AM Alessandro Ernesto Mascherpa < alessandro.masche...@piksel.com> wrote: > Hi All, > I'm facing a problem with user auth

Kafka streams and user authentication

2022-02-23 Thread Alessandro Ernesto Mascherpa
Hi All, I'm facing a problem with user authentication in Kafka streams in Kafka v.3.0.0. A Java application reads from topic A as a stream and, in the same stream, writes to topic B. The two topics are configured with two different accounts, hence is it feasible for a stream to read using an acc