t; @Bean public KStream plain(StreamsBuilder builder) {
> KStream stream = builder.stream( "A" );
> stream.map( ... ).to( "B" );
> return stream;
> }
>
> Thanks
> Alessandro
>
>
> -----Original Message-
> From: G
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
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
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