zrlw commented on PR #637:
URL:
https://github.com/apache/dubbo-spi-extensions/pull/637#issuecomment-2978988115
take both ProviderMetadata and ConsumerMetadata as ephemeral data and clean
them after 48 hours?
```
protected void doStoreProviderMetadata(MetadataIdentifier
providerMetadataIdentifier, String serviceDefinitions) {
this.storeMetadata(providerMetadataIdentifier, serviceDefinitions,
true); => call jedisCluster.set with jedisParams
}
protected void doStoreConsumerMetadata(MetadataIdentifier
consumerMetadataIdentifier, String value) {
this.storeMetadata(consumerMetadataIdentifier, value, true); => call
jedisCluster.set with jedisParams
}
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]