Overview
The CDP SDK requires creating a client instance, but the documentation does not clearly explain how that client should be managed across different application lifecycles.
Problem Description
Developers may be unsure whether a single client instance should be reused, recreated per request, or scoped to a specific environment. This uncertainty can lead to inefficient patterns or unnecessary complexity in real-world applications.
Expected Behavior
The documentation should clearly outline recommended client usage patterns for common environments such as long-lived services and request-based runtimes.
Proposed Solution
Add a concise documentation section describing how and when to reuse CDP SDK client instances, including basic guidance for concurrency and environment separation.