pozil / pub-sub-api-node-client

A node client for the Salesforce Pub/Sub API
Creative Commons Zero v1.0 Universal
70 stars 37 forks source link

feat: switched to ID only schema cache #45

Closed pozil closed 5 days ago

pozil commented 5 days ago

Simplifies the caching mechanism by:

  1. removing the topic name -> schema secondary cache.
  2. only relying on a schema ID -> schema cache.