|
16 | 16 |
|
17 | 17 | Minos is a framework which helps you create [reactive](https://www.reactivemanifesto.org/) microservices in Python. Internally, it leverages Event Sourcing, CQRS and a message driven architecture to fulfil the commitments of an asynchronous environment. |
18 | 18 |
|
19 | | -### Roadmap |
| 19 | +## Roadmap |
20 | 20 |
|
21 | | -#### 0.6.x |
22 | | - |
23 | | -* [#78](https://github.com/minos-framework/minos-python/issues/78) Implement a circuit breaker for `minos-broker-kafka`. |
24 | | -* [#87](https://github.com/minos-framework/minos-python/issues/87) Implement idempotency for `BrokerSubscriber` message processing. |
25 | | -* [#100](https://github.com/minos-framework/minos-python/issues/100) Create the `minos-serializers-avro` plugin. |
26 | | -* [#148](https://github.com/minos-framework/minos-python/issues/148) Create the `minos-http-aiohttp`. |
27 | | -* [#149](https://github.com/minos-framework/minos-python/issues/149) Add `minos-graphql-aiohttp` plugin. |
28 | | -* [#150](https://github.com/minos-framework/minos-python/issues/150) Refactor configuration file and `MinosConfig` accessor. |
29 | | -* [#151](https://github.com/minos-framework/minos-python/issues/151) Expose `OpenAPI` and `AsyncAPI` specifications. |
30 | | -* [#152](https://github.com/minos-framework/minos-python/issues/152) Provide a testing suite to test the microservice. |
| 21 | +The roadmap of this project is publicly accessible at this [GitHub Repository](https://github.com/minos-framework/roadmap). |
31 | 22 |
|
32 | 23 | ## Foundational Patterns |
33 | 24 |
|
@@ -1149,15 +1140,15 @@ The plugin packages provide connectors to external technologies like brokers, di |
1149 | 1140 |
|
1150 | 1141 | ## Source Code |
1151 | 1142 |
|
1152 | | -The source code of this project is hosted at the [GitHub Repository](https://github.com/minos-framework/minos-python). |
| 1143 | +The source code of this project is hosted at this [GitHub Repository](https://github.com/minos-framework/minos-python). |
1153 | 1144 |
|
1154 | 1145 | ## Getting Help |
1155 | 1146 |
|
1156 | 1147 | For usage questions, the best place to go to is [StackOverflow](https://stackoverflow.com/questions/tagged/minos). |
1157 | 1148 |
|
1158 | 1149 | ## Discussion and Development |
1159 | 1150 |
|
1160 | | -Most development discussions take place over the [GitHub Issues](https://github.com/minos-framework/minos-python/issues). In addition, a [Gitter channel](https://gitter.im/minos-framework/community) is available for development-related questions. |
| 1151 | +Most development discussions take place over this [GitHub Issues](https://github.com/minos-framework/minos-python/issues). In addition, a [Gitter channel](https://gitter.im/minos-framework/community) is available for development-related questions. |
1161 | 1152 |
|
1162 | 1153 | ## How to contribute |
1163 | 1154 |
|
|
0 commit comments