Commit 386b9c2
Move schema_uri_format to top-level consumer config
It's a framework concern, not an application setting, so it belongs
alongside sentry_dsn, queue, qos_prefetch etc. rather than inside
the config: sub-section.
Config change:
# Before
config:
schema_uri_format: file:///etc/schemas/{0}.avsc
# After
schema_uri_format: file:///etc/schemas/{0}.avsc
Added schema_uri_format: str | None to ConsumerConfig. Consumer reads
it via self._process.consumer_config.schema_uri_format.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent ee073fa commit 386b9c2
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1590 | 1590 | | |
1591 | 1591 | | |
1592 | 1592 | | |
1593 | | - | |
| 1593 | + | |
| 1594 | + | |
| 1595 | + | |
| 1596 | + | |
| 1597 | + | |
1594 | 1598 | | |
1595 | 1599 | | |
1596 | 1600 | | |
| |||
0 commit comments