Spring Pulsar Admin cannot create topic
I tried to use Spring Pulsar to create a topic on an Apache Pulsar instance in the cloud, but after implementing the connection settings, I keep getting the following error: java.lang.IllegalArgumentException: pulsar+ssl://localhost:6651/admin/v2/persistent/user-login-tenant/user-login-namespace?includeSystemTopic=false could not be parsed into a proper Uri, missing scheme. Is there something wrong with my configuration?
Spring Pulsar Admin cannot use it. Failed reason: Remotely closed
I tried to use Spring Pulsar to create a topic on an Apache Pulsar instance in the cloud, but after implementing the connection settings, I keep getting the following error: java.lang.IllegalArgumentException: pulsar+ssl://localhost:6651/admin/v2/persistent/user-login-tenant/user-login-namespace?includeSystemTopic=false could not be parsed into a proper Uri, missing scheme. Is there something wrong with my configuration?