GithubHelp home page GithubHelp logo

xiaomeng79 / istio-micro Goto Github PK

View Code? Open in Web Editor NEW
220.0 220.0 47.0 750 KB

istio 微服务示例代码 grpc+protobuf+echo+websocket+mysql+redis+kafka+docker-compose

License: MIT License

Makefile 3.14% Go 79.85% Shell 10.97% HTML 2.22% Python 1.54% TSQL 2.29%
docker docker-com echo go grpc grpc-go istio k8 kafka micr mysql protobuf redis websocket

istio-micro's Introduction

👻 Hello stranger,I'm meng 👻

(define information
  #hash([#:email . "[email protected]"]
        [#:note . "https://xiaomeng79.github.io/learning_notes/"]
        [#:languages . '(Golang Rust Python PHP)]
xiaomeng79's github stats xiaomeng79's top langs

istio-micro's People

Contributors

xiaomeng79 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

istio-micro's Issues

codahale/hdrhistogram repo url has been transferred under the github HdrHstogram umbrella

Problem

The codahale/hdrhistogram repo has been transferred under the github HdrHstogram umbrella with the help from the original author in Sept 2020 (new repo url https://github.com/HdrHistogram/hdrhistogram-go). The main reasons are to group all implementations under the same roof and to provide more active contribution from the community as the original repository was archived several years ago.

The dependency URL should be modified to point to the new repository URL. The tag "v0.9.0" was applied at the point of transfer and will reflect the exact code that was frozen in the original repository.

If you are using Go modules, you can update to the exact point of transfer using the @v0.9.0 tag in your go get command.

go mod edit -replace github.com/codahale/hdrhistogram=github.com/HdrHistogram/[email protected]

Performance Improvements

From the point of transfer, up until now (mon 16 aug 2021), we've released 3 versions that aim support the standard HdrHistogram serialization/exposition formats, and deeply improve READ performance.
We recommend to update to the latest version.

k8s集群kafka连接

你好,如何用你的kafka类连接k8s里面部署的kafaka集群,我试了很久,一直是超时

make compose up报错ERROR: Service 'srv_user' failed to build: ADD failed: stat /var/lib/docker/tmp/docker-builder728770187/srv_user: no such file or directory

$ make compose up
docker-compose up
Password:
Building srv_user
Step 1/7 : FROM alpine:3.2
 ---> 98f5f2d17bd1
Step 2/7 : RUN set -xe && apk add --no-cache tzdata && cp -r -f /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
 ---> Using cache
 ---> 51ebec833932
Step 3/7 : ADD srv_user /srv_user
ERROR: Service 'srv_user' failed to build: ADD failed: stat /var/lib/docker/tmp/docker-builder728770187/srv_user: no such file or directory
make: *** [compose] Error 1

mac系统,装的是桌面版docker18.09.0,在本机上不存在/var/lib/docker目录,百度搜了下说是docker mac是在mac上建了个linux虚拟机,遂找到目录
~/Library/Containers/com.docker.docker/Data/vms/0
只是不知道要怎么样能让该项目在我这种电脑的情况下正常运行起来?

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.