You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing tests for the SDK itself becomes tricky because there's no automated way to run Cerbos
Providing unit/integration test helpers as part of the SDK becomes impossible
Java does not support Unix domain sockets natively so that precludes UDS support and a potential workaround for the problem above. (There is a convoluted way to handle UDS using Netty epoll: How to connect to unix socket? grpc/grpc-java#1539 (comment))
The text was updated successfully, but these errors were encountered:
/bin/sh
testcontainers/testcontainers-java#3317). This is problematic because:The text was updated successfully, but these errors were encountered: