Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Repository files navigation

minecraft moleculer visualizer

Server-side Bukkit plugin that visualizes the state of Moleculer instances.

Key

Hosts

Discovery / Registry

This project supports only the in-process registry mechanism.

  • Hearts: A heartbeat. Every ServiceBroker will listen for these to inform its registry.
  • Blue lines: A discovery sponsor packet. When a new ServiceBroker connects it will emit a discovery packet that every other ServiceBroker must acknowledge (this lets the original broker know who else is there).

Requests

  • Yellow line: An outgoing request. This line will trace from the requestor to whichever ServiceBroker instance picked up the request.
  • Green line: An outgoing, successful, response. This line will trace back to the ServiceBroker that brokered the original request.
  • Red line: An outgoing, unsuccessful, response. This line will trace back to the ServiceBroker that brokered the original request.
  • TNT: A neglected request---when a ServiceBroker didn't end up hearing back from any other broker on a request it announced.

Eventing

  • Firework: An event

Video

Watch the video

About

Bukkit Minecraft plugin visualizing a `moleculerjs` microservice broker's state

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.