Pavel Tcholakov

Results 46 comments of Pavel Tcholakov

Has anyone started work on this yet? Would you like to maintain the existing MpscLinkedQueue interface exactly as is, and introduce a new (say) MpscIntrusiveLinkedQueue alongside it that would implement...

GitHub noob - I tried to link it to this issue but ended up creating a separate #131. Comments? (Tips how to merge the two?)

Bumped into the same issue; it seems to me like overrides are for _per-target overrides_, and parameters have to be provided via the top-level StackSet parameters property. I ended up...

I have proposed adding a parameters attribute directly to the `StackSetProps` to remove the need to set overrides directly in the CloudFormation schema: https://github.com/cdklabs/cdk-stacksets/pull/447. Would love to know your thoughts...

Hey @kaizencc, absolutely no worries - still interested in contributing this and will update with your comments addressed :-)

Oops, my turn to completely miss the response! I'm sorry! I think you're quite right about SAM; but having that template made it super easy to port to CDK. I...

I haven't touched my CDK code in a bit but maybe next time I work on that project, I'll sketch something out in PR form. Would you be opposed to...

Testing Start a restate-server with config: With this change we introduce the ability to enable restoring a snapshot when the partition store is empty. We can test this by dropping...

In chatting with @tillrohrmann this morning, we figured that it's probably better to park this PR for now until we have a better idea about how the bootstrap process will...