Skip to content

Authorization on Kafka when switching from sync processor methods to async processor methods #287

Closed Answered by LGouellec
FrankIversen asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @FrankIversen ,

The async processors doesn't work the same as the synchronous. We have multiple intermediate topics, so if you have an authorization issue, it's probably because your principal doesn't have the correct grant access to create topic.

Have a look to this documentation : https://lgouellec.github.io/kafka-streams-dotnet/async-processing.html#example

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LGouellec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants