charlielin
charlielin
I got two hdfs-sink connections, in the config, the first will get data from topic 1 and sink to /hdfs/url1 (user1, using keytab1), the second will get data from topic...
move jdk.version, maven.compiler.source, maven.compiler.target form efak-web/pom.xml to pom.xml
fix [issue 625](https://github.com/smartloli/EFAK/issues/625), support listener_security_protocol_map
我的 kafka 配置了两个 listeners ``` listeners=PUBLIC_SASL://0.0.0.0:5011,PUBLIC_PLAIN://0.0.0.0:5010 advertised.listeners=PUBLIC_SASL://192.168.181.2:5011,PUBLIC_PLAIN://192.168.181.2:5010 listener.security.protocol.map=PUBLIC_SASL:SASL_PLAINTEXT,PUBLIC_PLAIN:PLAINTEXT inter.broker.listener.name=PUBLIC_SASL ``` 其中 `5010` 是无鉴权的,`5011` 是有鉴权的。 开启 EFAK 之后,EFAK 应该是根据 zk 里的 `/brokes/ids/$id` 读到了如下的配置里的 `prot:5010`,所以选择连接了 `5010` 端口 ``` { "listener_security_protocol_map": { "PUBLIC_SASL":...
When I using kafka config like this: ``` listeners=PUBLIC_SASL://0.0.0.0:5011,PUBLIC_PLAIN://0.0.0.0:5010 advertised.listeners=PUBLIC_SASL://192.168.181.2:5011,PUBLIC_PLAIN://192.168.181.2:5010 listener.security.protocol.map=PUBLIC_SASL:SASL_PLAINTEXT,PUBLIC_PLAIN:PLAINTEXT inter.broker.listener.name=PUBLIC_SASL ``` The broker info in zk list this: ``` { "listener_security_protocol_map": { "PUBLIC_SASL": "SASL_PLAINTEXT", "PUBLIC_PLAIN": "PLAINTEXT" }, "endpoints":...
In maven, we can use `mvn -Pproduct package` to choose the `product` properties for the product environment. Then how to do the same thing in sbt with xsbt-filter?
### Neovim version (nvim -v) v0.7.2 ### Vim (not Nvim) behaves the same? vim version: 8.2 yes, vim --clean yes, vim -u DEFAULTS **no, vim -u NONE** ### Operating system/version...
I've been searching for a solution for a long time without success. I want to use keyboard shortcuts to quickly switch between two windows of the same application (especially Arc...