5 Star 6 Fork 1

chaosue / medispatcher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

#MEDISPATCHER message/event dispatcher medispatcher is the core component of message/event center. It dispatches the messages from the main incoming queue to topic channels, pushes messages from channels to subscribers.

About "DATA" log

data logs may hold very important data:

  • RECOVFAILBACK messages popped from recover list(redis list), failed being pushed to queue server and failed being pushed back to recover list.

  • REDISTFAIL messages popped from the main incoming queue on the queue server, but failed being redistributed to the sub queue (channel) for the subscriber, and they are not stored in queue anymore, should be recovered from logs.

  • RECOVFAILDECODE messages popped from recover list(redis list), failed being decoded.

  • RECOVFAILASSERT message popped from recover list(redis list), decoded, but its type it not correct.

  • RESENT not so important. message re-sent (to subscriber) logs.

  • SENT not so important. message sent (to subscriber for the first time) logs.

Releases

2.0.0

First release of v2.

Features

  • Multi-channel, parallel message push by channels. Push of subscriptions will no longer be blocked by other slow message receivers/consumers.

2.1.0

2.1.0 released(refers to the git tag).

  • Performance parameters can be controlled as to each subscription on the backend control panel.
    parameters are:
 count of concurrent push routines for the subscription.    
 count of concurrent retry-push routines for the subscription.     
 minimum interval between pushes.    
 message process timeout.     
 message process uri.     
 
  • Above parameters take effects instantly. Do not requires dispatcher service restarting or reloading.

2.2.0

2.2.0 release(refers to the git tag).

  • Alerts when message processing failures reaches certain thresholds.
  • Customizable config file
    e.g. medispatcher /path/to/config/file
  • Multiple message processing worker url support. The urls can be multi-lined, each line represents a separate worker url. This achieves a soft load balance.

Milestone

2.1.0

####Features

  • Performance parameters can be controlled as to each subscription on the backend control panel.
    parameters are: count of concurrent push routines for the subscription, count of concurrent retry-push routines for the subscription, minimum interval between pushes.

2.2.0

####Features

  • Alerts when message processing failures reaches certain thresholds.
  • Customizable config file
    e.g. medispatcher /path/to/config/file
  • Multiple message processing worker url support. The urls can be multi-lined, each line represents a separate worker url. This achieves a soft load balance.

2.3.0

####Features

  • Performance and message server link utilization enhancement. A link can binds to multiple message pushing routines.

2.4.0

####Features

  • Messages sent/received statistics

空文件

简介

dispatcher/push service of Message/Event center. 展开 收起
Go
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Go
1
https://gitee.com/chaos.su/medispatcher.git
git@gitee.com:chaos.su/medispatcher.git
chaos.su
medispatcher
medispatcher
master

搜索帮助