JavaLionLi commented on PR #637:
URL: 
https://github.com/apache/dubbo-spi-extensions/pull/637#issuecomment-2978992746

   > 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
   > }
   > ```
   
   That's the original logic, and I haven't changed it
   I'm changing the service metadata, which shouldn't be out of date


-- 
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]

Reply via email to