From fb06340b295f8a930e140d405d2a7cd3048e2546 Mon Sep 17 00:00:00 2001 From: salaboy Date: Sat, 23 Sep 2023 09:47:26 +0100 Subject: [PATCH] Update README.md --- chapter-7/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter-7/README.md b/chapter-7/README.md index fd1af40..0ce7ec5 100644 --- a/chapter-7/README.md +++ b/chapter-7/README.md @@ -1,7 +1,7 @@ # Chapter 7 :: Shared Applications Concerns --- -_🌍 Available in_: [English](README.md) +_🌍 Available in_: [English](README.md) | [δΈ­ζ–‡ (Chinese)](README-zh.md) > **Note:** Brought to you by the fantastic cloud-native community's [ 🌟 contributors](https://github.com/salaboy/platforms-on-k8s/graphs/contributors)! @@ -359,4 +359,4 @@ Another simple but very useful extension to the application code would be to mak In this tutorial we have looked into Application-level APIs using Dapr and Feature Flags using OpenFeature. Application-level APIs like the ones exposed by Dapr Components can be leveraged by application development teams, as most applications will be interested in storing and reading state, emitting and consuming events and resiliency policies for service-to-service communications. Feature Flags can also help to speed up the development and release process by enableing developers to keep releasing features while other stakeholders can decide when these features are enabled or disabled. -Do you want to improve this tutorial? Create an issue, drop me a message on [Twitter](https://twitter.com/salaboy) or send a Pull Request. \ No newline at end of file +Do you want to improve this tutorial? Create an issue, drop me a message on [Twitter](https://twitter.com/salaboy) or send a Pull Request.