Chris Gillum

Results 47 comments of Chris Gillum

It looks like there are some 3rd party MIT-licensed libraries we could consider: * https://github.com/dmitry-brazhenko/SharpToken * https://github.com/aiqinxuancai/TiktokenSharp

Also, what is the collation of the SQL database? https://learn.microsoft.com/sql/relational-databases/collations/view-collation-information?view=sql-server-ver16 I suspect this might be an important detail.

@nyemade-uversky currently manages the roadmap for workflows, so I think we'll need her agreement to take this on. I agree this would be a useful feature.

Agreed with the secondary index use case, which is a big gap in the current implementation. Should we aggregate the list of potential use cases in the OP, for easier...

Yes, I believe @famarting is correct here. If the worker has disconnected from the sidecar, then it will be unable to receive and process the terminate message, leaving the workflow...

> Maybe instead of the proposal I made to allow the terminate command to succeed despite of a client being disconnected, what could make more sense is to implement e2e...

> Dapr Shared supports a Sidecarless model on K8s where sidecars can be deployed and scaled independently of the app Oh nice, I wasn't yet aware of this. Does it...