Chris Molozian
Chris Molozian
@tul This is fantastic work. Would love to see this included in gopher-lua. What do you think @yuin?
The current design of the client is heavily tied to the Asynchbase HBase driver but the principles are essentially the same: 1. Start a JVM instance over an Erlang port....
We don't use the current public version of the driver. We do use a lot of the communication code with other Java code which we needed to bridge between Erlang...
@alfredbaudisch What sort of performance issues have you seen in the Cassandra driver? What sort of latency guarantees do you need with your application? Do you have hard realtime requirements?
@Alcondez This looks like a good addition to the server. What sort of project do you have that will use keycloak as an external identity provider?
@Tom-Development The original request was to have Keycloak be supported as a user authentication option (players) but I think your ask is about support for Keycloak with the Nakama Console....
@Tom-Development There's no support yet for 3rd party authentication providers to be integrated with the Nakama Console but we have a wide support for social authentication providers and others for...
@MWFIAE We discussed this on the community channel can you share the adjustments to your code which do work?
@MWFIAE Thanks. We'll look into it to make this easier and support more complex registration types. At the moment we extract the function pointers from the JavaScript VM to optimize...
@jasonwinterpixel This is a good suggestion but its complex to add because unlike username and user ID. We do not create an index on the `display_name` so searches over that...