Giter Site home page Giter Site logo

duyanming / anno.core Goto Github PK

View Code? Open in Web Editor NEW
431.0 431.0 107.0 4.48 MB

Anno 是一个微服务快速开发框架,底层通讯可选用grpc、thrift。自带服务发现、调用链追踪、Cron 调度、限流、事件总线、CQRS 、DDD,插件化开发。

Home Page: http://anno.liqingxi.cn/

License: Apache License 2.0

C# 99.90% Thrift 0.08% Batchfile 0.03%
anno apigateway dotnet grpc java microservice rpc thrift viper

anno.core's Introduction

Hi there 👋

  • 😄 你好~,我是 duyanming,工作在北京,一个略懂 .NETJAVAVueReact的编程者。
  • 🌱 擅长 架构分布式微服务等技术,目前致力于打造微服务一站式解决方案,让微服务更简单。
  • 📫 技术上有疑惑?理解上有问题?实现上有新方案?请加入QQ交流群:478399354,联系我 👉 [email protected]
  • ♥️ 代码如人,见字如面,开源不易,感谢Star

anno.core's People

Contributors

caoyang94 avatar daleiyinsi avatar duruoyi avatar duyanming avatar lairan avatar maricoshi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

anno.core's Issues

注册中心服务信息变更自定义回调(发短信或者发邮件)

`
using Anno.Rpc.Center;

static class Program
{
    static void Main(string[] args)
    {
        Console.Title = "AnnoCenter";
        Bootstrap.StartUp(args,(service,noticeType)=> {
            Console.WriteLine(noticeType.ToString()+":"+Newtonsoft.Json.JsonConvert.SerializeObject(service));
        },(newService, oldService) => {
            Console.WriteLine("NewConfig:" + Newtonsoft.Json.JsonConvert.SerializeObject(newService));
            Console.WriteLine("OldConfig:" + Newtonsoft.Json.JsonConvert.SerializeObject(oldService));
        });
    }
}

`

image

看了一下代码,感觉有点闭门造车的感觉

代码很杂乱,性能估计也有待提高,看着各种lock,分布式锁我感觉只是单进程级别的,这个不叫分布式锁,注册中心你这就属于闭门造车了,并且思路也不对,我看你的图示,微服务还得去注册中心拉数据吗,这个思路就不对,并且微服务如果成千上万,你注册中心服务器能抗的住吗

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.