Skip to content
#

distributed-configuration

Here are 24 public repositories matching this topic...

Anilople
Anilople commented Feb 6, 2021

Simple Introduction

Apollo's document can view on website https://www.apolloconfig.com

It's content under git repository directory docs.

Directory docs/zh save Chinese document.

Directory docs/en save English document.

The document structure use https://docsify.js.org/#/ (More detail in pull request #3433)

Someone can add English document now.

Example

Chinese do

help wanted good first issue area/document
xiaowenyu
xiaowenyu commented Mar 1, 2022

组件:
spring-cloud-starter-stream-rocketmq
问题版本:
2.2.7.RELEASE; 2021.0.1.0

问题详情:
stream-rocketmq 2.2.6.RELEASE 升级到 2.2.7.RELEASE 后,无法正常conmit offset

重现步骤:
1.运行的demo如下,使用 AcknowledgmentCallback.noAutoAck() 关闭自动ack,打印之后再 ack

 @Bean
    public ApplicationRunner poller(PollableMessageSource dest1In) {
        return args -> {
            while (true) {
                if (!dest1In.

configcenter(配置中心):存储管理各个系统在不同环境中的配置,降低配置维护成本。具备配置发布回滚能力、配置更新实时推送能力、配置灰度发布能力、客户端配置缓存能力、对客户端验权防止生产环境配置泄漏风险能力、对敏感配置设置访问权限能力。使用http协议进行通信,可支持多语言。部署简单、页面操作简洁、运维成本低。后台逻辑简单(代码量不超过7千行),让你能够hold得住!

  • Updated Dec 1, 2021
  • Java

This is a python implementation for an application similar to zookeeper. It keeps your config data in once place and can be updated WUTHOUT a change in code. It is made for distributed systems and can be used in applications like machine learning and web apps.

  • Updated Dec 24, 2020
  • Python

Improve this page

Add a description, image, and links to the distributed-configuration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-configuration topic, visit your repo's landing page and select "manage topics."

Learn more