WhiteStart

Results 4 comments of WhiteStart

下载源码,在app/build.gradle中加入SASL配置可以连接成功 def runArgsValue = [ "-XX:+UnlockExperimentalVMOptions", // required due to a bug in Java: https://github.com/javafxports/openjdk-jfx/issues/175 "-Djava.security.auth.login.config={your_path}/jaas.conf",

I solved it by the following codes,the docs missed a 't' at @BootstrapConfiguration,maybe need to update the docs or pr? I don't no why the codes can not display properly...

修改 KnowStreaming 的启动脚本 # `KnowStreaming/bin/startup.sh` 中的 47 行的 JAVA_OPT 中追加如下设置 -Djava.security.auth.login.config=/xxx/zk_client_jaas.conf 请问这里采用docker运行的话应该如何配置