Danylo Vivchar
06/27/2024, 8:15 AMAndrew Haines (Cerbos)
Danylo Vivchar
06/27/2024, 10:56 AMException in thread "main" io.grpc.ManagedChannelRegistry$ProviderNotFoundException: io.grpc.netty.shaded.io.grpc.netty.NettyChannelProvider: does not support 1 or more of [class io.grpc.netty.shaded.io.netty.channel.unix.DomainSocketAddress]
at io.grpc.ManagedChannelRegistry.newChannelBuilder(ManagedChannelRegistry.java:204)
at io.grpc.ManagedChannelRegistry.newChannelBuilder(ManagedChannelRegistry.java:155)
at io.grpc.Grpc.newChannelBuilder(Grpc.java:101)
at dev.cerbos.sdk.CerbosClientBuilder.buildChannel(CerbosClientBuilder.java:99)
at dev.cerbos.sdk.CerbosClientBuilder.buildBlockingClient(CerbosClientBuilder.java:114)
at dev.cerbos.sdk.UdsTest.main(UdsTest.java:26)