woshiduncan

Results 2 issues of woshiduncan

With 1.3.3.22,we can set different **security.protocol** and **sasl.mechanism** for different cluster in UI,but how to deal with the mechanism not **GSSAPI** . The ERROR is > org.apache.kafka.common.errors.IllegalSaslStateException: Unexpected handshake request...

In org/apache/pulsar/manager/service/impl/BookiesServiceImpl.java , the code as blow ```java @Value("${bookie.host}") private String bookieHost; ``` We can start pulsar-manager with --bookie.host=http://myhost:8000 when there is only one bookkeeper cluster, but not work correctly...

triage/week-43