Git Product home page Git Product logo

duyanming / viper Goto Github PK

View Code? Open in Web Editor NEW
715.0 31.0 172.0 2.48 MB

Viper 是一个基于Anno微服务引擎开发的Dashboard示例项目。Anno 底层通讯采用 grpc、thrift。自带服务发现、调用链追踪、Cron 调度、限流、事件总线等等

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

License: MIT License

C# 75.62% HTML 1.62% Batchfile 0.02% Shell 0.03% Vue 7.31% TSQL 15.40%
anno cqrs thrift viper ddd dashboard grpc microservice apigateway

viper's People

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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

viper's Issues

Connection open error . Retrieval of the RSA public key is not enabled for insecure connections

第一步,启动vipcenter;正常
第二步,修改数据库连接,启动ViperService;正常,成功注册服务;
第三步,启动Viper.GetWay,正常,访问地址是:http://localhost:5000/
然后登录的时候提示:
English Message : Connection open error . Retrieval of the RSA public key is not enabled for insecure connections. Chinese Message : 连接数据库过程中发生错误,检查服务器是否正常连接字符串是否正确,实在找不到原因请先Google错误信息:Retrieval of the RSA public key is not enabled for insecure connections..

请问有可能是哪里出现问题了呢?

强烈建议增加日志服务

强烈建议增加日志服务,一个API执行时,里面肯定写了不少日志, 在API结束时 不仅记录链路信息,同时把这个API里记录的日志也附加到链路信息里,这样查问题,那就方便多了。

nginx proxy websocket MonitorHub

upstream anno {
        ip_hash;
        server 127.0.0.1 weight=3;
}
server{
	listen 8089;
	location / {
		proxy_pass http://anno/;
		index index.html index.htm index.nginx-debian.html;
	}
	location /MonitorHub {
		proxy_pass http://anno/MonitorHub;
                proxy_http_version 1.1;
                proxy_set_header Upgrade $http_upgrade;
                proxy_set_header Connection "upgrade";
		index index.html index.htm index.nginx-debian.html;
	}
}

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.