(20250108) Made changes to the way synchronous Kafka can be configured and used.

This commit is contained in:
2025-01-08 12:22:49 +05:30
parent 2f519be05a
commit 505232faff
2 changed files with 29 additions and 6 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ class ConsumedKafkaMessage(BaseModel):
)
ts: AwareDatetime | None = Field(
description = "the time at which this message was sent to the queue",
description = "the time (utc) at which this message was sent to the queue",
frozen = True
)