Asim Aslam

Results 132 issues of Asim Aslam

Hi I'm the founder of Micro ([m3o.com](https://m3o.com)), a new platform that hosts simple, fast and affordable APIs for everyday use (no marketing I promise). We've really worked hard to deliver...

enhancement

Looking at removing the cmd package. I think flag and env var parsing was initially quite useful when the surface area of go-micro was small. Over time that's gotten broader...

Distributed tracing is a core concern which we've avoided to define. We have some wrappers but we could likely define an interface. We avoided it just because there was a...

I want to move the default rpc client/server away from protobuf and code generation to using JSON by default. This will allow any Go type to be marshaled without having...

Please go fmt before submitting anything. I shouldn't have to ask this.

design

I'm not actively working on go-micro but I gatekeep it being the creator. It's still heavily used, 600k clones/month. For those who continue to use it and want to contribute,...

help wanted

The protoc generator was a bit of a hack. It would be nice to eliminate this in favour of a built in generator based on templates in the Micro CLI.

help wanted

Beyond the CLI the micro api was the most popular part of micro itself. It's still doing over 1B api requests per day, which makes me think having it here...

enhancement

Anyone interested in gRPC becoming the default client/server? It seems like most people adopt it and potentially makes sense to be the default.

The org https://github.com/microhq is filled with past implementations and experiments. Including separate repos for examples, plugins and services. Since consolidating most of it into go-micro. I'm starting to wonder if...