SAP / SAP/cloud-sdk-python

Feature Request: Add CBC (Central Business Configuration) consumption support

未关闭
#280 3 条评论 0 个 reaction 已指派 1 人 在 GitHub 查看

还没有人认领这个 Issue。

enhancement
主要语言
Python
星标
28
派生
42
平均合并
2 天 13 小时
30 天内合并 PR
35

描述

Describe the Problem

CBC (Central Business Configuration) is an SAP service for managing tenant-specific business configuration content.

There is currently no support in the SAP Cloud SDK for Python for consuming CBC configuration. SAP applications and AI agents built on SAP BTP need to fetch tenant-specific business configuration from CBC at runtime and keep it fresh as content changes.

Without SDK support, every application team must implement the same HTTP client, mTLS authentication, caching, and cache-invalidation logic themselves.

Propose a Solution

Add a cbc subpackage to the SAP Cloud SDK for Python covering the consumption side of CBC integration. The key components:

  • CBCClient Protocol - interface for accessing CBC configuration; allows different implementations to be substituted (production, local dev, test doubles)
  • DefaultClient - production client using mTLS (X.509) authentication and subdomain-per-tenant routing; auto-detects local/mock mode from the URL
  • CachingClient - implements CBCClient with an in-memory cache in front of a delegate client; in-memory backend included, protocol open for custom backends
  • client_from_env() - factory that resolves the right client from environment variables or well-known credential paths

The target consumers are SAP application developers and AI agent developers writing Python on BTP - not end SAP customers.

Describe Alternatives
  • Each team implements their own client: results in duplicated boilerplate and inconsistent caching and error-handling strategies across teams.
  • Generic HTTP client only: leaves mTLS setup, version resolution, and caching entirely to the caller.
Affected Development Phase

Development

Impact

Impaired

Timeline

Active development is underway. I am willing to work on this and open a pull request once the issue is approved.

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。