Icebob

Results 70 issues of Icebob

If you are using Moleculer, add a comment with your company name, URL & logo and we will add it to the [official Moleculer site](https://moleculer.services/). Thank you! If you are...

Type: Question
help wanted

![image](https://user-images.githubusercontent.com/306521/30446548-c528dc7e-9989-11e7-9245-2e751b2b8336.png) If you would like to make Moleculer better, implement something from this wishlist. Thank you very much! **Services** - [x] `moleculer-zipkin` Zipkin uploader - [x] `moleculer-slack` Slack service -...

Priority: Low
Status: Available
Type: Enhancement
help wanted

Due to [the recent event-stream vulnerability issue](https://medium.com/intrinsic/compromised-npm-package-event-stream-d47d08605502), I'm thinking to reduce the used NPM dependencies in the Moleculer core. Currently it is the current dependency tree (29 modules): ``` `--...

Type: Enhancement
help wanted
Module: Core

## Prerequisites If you have multiple loggers and there is logger with formatted `json` or `jsonext` the coloring doesn't work well with `Console` logger. The problem is that both are...

Type: Bug

The built-in schema-based serializers (ProtoBuf, Avro, Thrift) will be deprecated and removed in the **next 0.15 version** of Moleculer. These serializers will be **moved to an external repository** and published...

Type: Enhancement
Module: Serializer
Breaking changes

There are some partial/full implementations of the Moleculer framework in other languages. If you can, please help them. | Language | Repository | Maintainer | Status | Full / Partial...

help wanted
Type: Discussion

Hot reload doesn't detect new service files if the Runner argument contains glob instead of a folder. **Works** ``` $ moleculer runner --hot services ``` **Doesn't work** ``` $ moleculer...

Priority: Low
Type: Bug
Module: Runner

Hi all, I have been working on the Moleculer project for a year. Maybe you know I have a fulltime job and family with two young kids. Developing it takes...

help wanted

NATS Streaming, Kafka...etc

Type: Discussion

Similar to #186, I would like to create a frontend module which can generate HTML forms based on the FV schema because it contains every information about the type of...

enhancement