Skip to content

feat: recognize message.timestamp.after.max.ms and before.max.ms sett… - #1

Merged
pratikmallya merged 1 commit into
Metronome-Industries:masterfrom
pratikmallya:pratikmallya/update-validation-settings
Sep 10, 2026
Merged

pratikmallya merged 1 commit into
Metronome-Industries:masterfrom
pratikmallya:pratikmallya/update-validation-settings

Conversation

@pratikmallya

Copy link
Copy Markdown
Collaborator

…ings

These Kafka 3.6+ topic configs bound how far a message timestamp can diverge from broker time in either direction. topicctl's config validator didn't have entries for them, so any topic YAML explicitly setting these keys failed with "not recognized topic config setting" even though brokers (including Confluent Cloud) support and return them (see segmentio#191).

Add validators using the same non-negative int64 pattern as sibling settings like delete.retention.ms.

…ings

These Kafka 3.6+ topic configs bound how far a message timestamp can
diverge from broker time in either direction. topicctl's config
validator didn't have entries for them, so any topic YAML explicitly
setting these keys failed with "not recognized topic config setting"
even though brokers (including Confluent Cloud) support and return
them (see segmentio#191).

Add validators using the same non-negative int64 pattern as sibling
settings like delete.retention.ms.
@pratikmallya

Copy link
Copy Markdown
Collaborator Author

copy of segmentio#264

@pratikmallya
pratikmallya merged commit e760d24 into Metronome-Industries:master Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants