Skip to content

Conversation

@rerpha
Copy link
Contributor

@rerpha rerpha commented Jan 19, 2026

No description provided.

Copy link
Member

@Tom-Willemsen Tom-Willemsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for putting this together - as expected, trying to write this down formally has raised a few questions!

Comment on lines 8 to 11
"num_periods": {
"description": "The total number of periods for this run",
"type": "integer"
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: if we say we have 5 periods, will those periods be labelled 0-4 or 1-5?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

periods are 1-indexed aren't they?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the ICP yes. I'm fine with either approach as long as we're explicit about it somewhere.

Comment on lines 12 to 15
"num_time_channels": {
"description": "The total number of time channels for this run",
"type":"integer"
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're supporting multiple time regimes, a single num_time_channels might be ambiguous. To discuss when we start to formalize what TCBs look like in a streaming world.

Maybe this is really a max_time_channels?

"type": "number"
},
"mode": {
"enum": ["dT = C", "dT/T = C", "dT/T**2 = C", "Shifted"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed - also want to allow for TCB files (or in other words arbitrary bin boundaries)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, but do they need to be in this metadata or can kafka_dae_control just parse them and put them in here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think they just want to be a parsed list.

},
"vetos": {
"description": "The vetos for this run",
"type": "array",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's clarify with DSG what form the vetos will be streamed in before commiting to a representation here.

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.

3 participants