Code Monkey home page Code Monkey logo

lucidmq's People

Contributors

bdkiran avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

Forkers

linecode

lucidmq's Issues

LucidMQ - Add Flag for log levels

On startup, allow for the user to pass in a flag to indicate log level. This will be useful for reducing logs in CI and enabling them during local development.

Run Integration Tests In Github Workflows CI

In order to increase velocity and correctness, we need to be able to run integration tests during our CI stage. We will leverage docker and docker compose to accomplish this.

  1. Create dockerfile that compiles and runs LucidMQ
  2. Create a dockerfile that runs the integration tests in lucidmq-py
  3. Create a docker-compose file that executes the complete workflow.
  4. Create a github workflow step that runs the docker-compose file.

Consumer Timeout Wait

A consumer calls poll which waits for messages to come through the commit-log. Since it is using a RWLock there can be lock contention on the same topic/commit-log. If a consumer gives a high timeout, other operations could be locked out due to this timeout period. We need a less contentious heavy solution to no block all producers/consumers to the same topic.

Python Client Pushed to PyPi

In order to make our Python client easy to use, we want it pushed to PyPI.

  1. Come up with a proper versioning scheme so protocols don't break unexpectedly
  2. Add CI process for pushing to PyPi

Handle Invalid Bytes Sent

Tests cover happy path. However, when a client sends bytes that cannot be deserialized to a protocol message, LucidMQ panics/breaks. We want to gracefully handle this and add to our test suite.

Rust Client Library

There is no standalone library for LucidMQ in rust. All that code is in the cli. Let's refactor it out and creat a client library.

Add Golang Client Library

Add a golang client library to interact with the LucidMQ instance.

  1. All commands supported
  2. protocol definitions in common protocol directory
  3. build steps documented and automated with build scripts
  4. Integration test suite built and supported similar to python suite

Refactor All Topics Message

The all top is message using the topic request message. This requires a topic name. Seems unnecessary to even send those bytes across the wire. We want a better solution for this as well as tests for this in out integ test suite.

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.