-
Notifications
You must be signed in to change notification settings - Fork 804
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Liang Mei
committed
Apr 16, 2020
1 parent
8022ac6
commit 568bffb
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Cadence Roadmap | ||
|
||
The following is a high-level quarterly roadmap of the [Cadence](https://www.docnow.io) project. | ||
Please contact [Cadence discussion group](https://groups.google.com/d/forum/cadence-discussion) for more information. | ||
|
||
## Q3 2019 | ||
|
||
* [Resource-Specific Tasklist (a.k.a session)](https://github.com/uber/cadence/blob/master/docs/design/1533-host-specific-tasklist.md) | ||
* [Visibility on Elastic Search](https://github.com/uber/cadence/blob/master/docs/visibility-on-elasticsearch.md) | ||
* Scalable tasklist | ||
* MySQL support | ||
* [Visibility on ElasticSearch](https://github.com/uber/cadence/blob/master/docs/visibility-on-elasticsearch.md) | ||
|
||
## Q4 2019 | ||
|
||
* [Multi-DC support for Cadence replication](https://github.com/uber/cadence/blob/master/docs/design/2290-cadence-ndc.md) | ||
* Workflow history archival | ||
* Workflow visibility archival | ||
* [Synchronous Request Reply](https://github.com/uber/cadence/blob/master/docs/design/2215-synchronous-request-reply.md) | ||
* Postgres SQL support | ||
|
||
## Q1 2020 | ||
|
||
* Service availability and reliability improvements | ||
* [Domain level AuthN and AuthZ support](https://github.com/uber/cadence/issues/2833) | ||
* Graceful domain failover design | ||
* Multi-tenancy improvements and task processing redesign | ||
* UI bug fixes and performance improvements | ||
|
||
## Q2 2020 | ||
|
||
* Kafka deprecation for Cadence replication | ||
* Graceful domain failover | ||
* Multi-tanancy improvements and task processing | ||
* UI and CLI feature parity | ||
* GRPC support | ||
|
||
## Q3 2020 and beyond | ||
|
||
* Parent-child affinity | ||
* Task priority | ||
* Reset 2.0 (more flexibility and handle child) | ||
* Safe workflow code rollout |