Cumulocity-IoT / cumulocity-python-api

Python client for the Cumulocity REST API. Created by Global Competency Center IoT
Apache License 2.0
18 stars 13 forks source link

Improve caching/usability for multi-tenant scenarios #7

Closed chisou closed 2 years ago

chisou commented 2 years ago

Within a multitenant environment and you want to get the tenant specific instance you are supposed to invoke .get_tenant_instance(id) or CumulocityApp(id) (with the tenant ID). Subsequent calls to this will result in multiple bootstrap instances being created. This is not ideal.

chisou commented 2 years ago

This is fixed with version 1.0.2.