Expected Behavior
The output binding should be available via dapr sidecar. It should not look consumer topics since it is just a publisher. Dapr should not make the OPTIONS call to the /newUser route either. If you remove the app.UseSpa() middleware the issue goes away.
Actual Behavior
daprd spams the following error message: ERRO[0007] error from c: no topics provided.
Steps to Reproduce the Problem
Run the dapr-run.bat from the following example repo https://github.com/LukePammant/dapr-kafka-output-bindings-issue
This is a simple project based on the React starter project.
Expected Behavior
The output binding should be available via dapr sidecar. It should not look consumer topics since it is just a publisher. Dapr should not make the
OPTIONScall to the/newUserroute either. If you remove the app.UseSpa() middleware the issue goes away.Actual Behavior
daprd spams the following error message:
ERRO[0007] error from c: no topics provided.Steps to Reproduce the Problem
Run the dapr-run.bat from the following example repo https://github.com/LukePammant/dapr-kafka-output-bindings-issue
This is a simple project based on the React starter project.