Coder Social home page Coder Social logo

discord4j / connect Goto Github PK

View Code? Open in Web Editor NEW
14.0 7.0 4.0 442 KB

Distributed bot tools for Discord4J

Home Page: https://discord4j.com

License: GNU Lesser General Public License v3.0

Java 100.00%
distributed bot discord rsocket redis discord4j reactor discord-bot discord-bot-api java

connect's Introduction

Discord4J

Connect project offers a range of tools to set up a distributed bot architecture.

Work in progress. See Examples folder.

connect's People

Contributors

bytealex avatar quanticc avatar schnapster avatar theyellow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

connect's Issues

Builders

For consistency between Discord4J and connect package, the components should be constructed with builders aswell.

Improve RabbitMQ Implementation

The current RabbitMQ implementation has a few flaws.

  1. Add channel pooling: Currently for each call to RabbitMQ#send* methods a new channel is created
  2. Connection Pooling (?) - What's the behaviour for the underlying connections of the channels?
  3. Push messages to exchanges and not directly to the queues and let RabbitMQ do it's work
  4. Add incremental backoff on error in the pipeline for send/receive

TTL for unacknowledged messages

Current behaviour:
When no worker is available messages are queued infinitely in the payload-server.

Desired behaviour:
Give a TTL on startup/command to the payload server, which will drop messages after the given TTL.

Possible other solution:
Give a max queue size to the payload-server. So after the queue size is reached, messages are dropped with FIFO, so the oldest messages are about to be forgot first.

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.