Rene Parra
Rene Parra
# Desired Behavior Team members can cut a release without relying on personal laptops to act as release build systems. # Benefits * Increases release bus-factor * Democratizes the release...
# Desired Behavior Need to leverage GitHub scanning / dependabot v2. Need to have a `SECURITY.md` file so that contributors are aware of all KNOWN KNOWNS and KNOWN UNKNOWNS. ...
# Desired Behavior Add `forceSync=true` for updating of topic metadata. # [UPDATED] This issue is a direct result of #52, in an attempt to resolve the "dead-end" a user will...
# Desired Behavior - Mutations should "wait" until their side-effects are realized in underlying data store before returning to the caller - This approximates "read-your-writes" - There should be a...
Desired Behavior ============================== Stream `/sources` are supported Benefits ============================== * Greatly eases adoption * Immediately unlocks legacy datastores into streaming platform * Makes deployment / provisioning of source streams very...
Desired Behavior ============================== Prefer GraphQL vs Open-API (swagger) Benefits ============================== * Emerging adoption of GraphQL * Much more rich * Easier to explore in Browser Tools * Easily composable with...
# Desired Behavior Metadata updates should have read-your-writes consistency # Benefits * No more hacky sleeping of time to ensure updates are propagated * Client acknowledgements are consistent (subsquent reads...
# Desired Behavior See this possible dead code involving topicConfig. https://github.com/homeaway/stream-registry/blob/553345fff8ed6997c1134820343ca6677ee4596b/core/src/main/java/com/homeaway/streamplatform/streamregistry/db/dao/AbstractDao.java#L160-L163 Seems like this code can be deleted and have no effect at all. If true, `topicConfigMap` argument is totally...
# Desired Behavior See #38 ... perhaps a grpc interface is better, since clients can be easily generated ? # Benefits * Wide range of adoption * Efficient use of...
# Desired Behavior Right now we create/release zkutils objects with each call to an update of topic metadata. # Benefits * Can scale to more updates without problems (memory pressure,...