zt9788 commented on issue #22790:
URL:
https://github.com/apache/shardingsphere/issues/22790#issuecomment-1345960994
@sandynz
I had try it
```
mode:
type: Cluster
repository:
type: nacos
props:
namespace: xxxxx
server-lists: xxxx:8848
retryIntervalMilliseconds: 500
timeToLiveSeconds: 60
maxRetries: 3
operationTimeoutMilliseconds: 500
```
There is Error for (Nacos,nacos)
```
c.z.h.p.HikariPool.throwPoolInitializationException(594): - master -
Exception during pool initialization.
org.apache.shardingsphere.infra.util.spi.exception.ServiceProviderNotFoundServerException:
SPI-00001: No implementation class load from SPI
`org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository`
with type `nacos`.
at
org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPIRegistry.getRegisteredService(TypedSPIRegistry.java:117)
~[shardingsphere-infra-util-5.3.0.jar:5.3.0]
.....
```
I try to find SPI for nacos implements ,but i am not find that (jar) ,Is
that need to implement by myself?
it's too hard :(
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]