(20250108) Made changes to the way synchronous Kafka can be configured and used.
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user