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

RE: Kafka streams and user authentication

2022-02-24 Thread Alessandro Ernesto Mascherpa
o 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 authentication in Kafka streams in > Kafka v.3.0.0. > > A Java application reads from topic