alicanhaman

Results 5 comments of alicanhaman

Could be kinda late by now but check this out, https://github.com/fyhertz/libstreaming/issues/138 It is an issue originating from the libstreaming library which this project uses.

I am currently updating to Spring boot 3.2.0. And faced the exact same issue. Our standart rest api security ended up breaking grpc, we don't do grpc security. Did you...

Disabled grpc security in properties which did the trick. ``` grpc: security: auth: enabled: false ```

Bump, since I have also been stuck at this part.

The issue still persists on version 5.1.5. Removing the cause is a bandaid fix for now. Is there any plans to fix this in the next version?