Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding first barebone impl for varadhi consumer. #147

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    d779255 View commit details
    Browse the repository at this point in the history
  2. resolving merge issues

    gauravAshok committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a7e483f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    9497f1b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. moved normal schedule functionality to eventExecutor only. added todo…

    … on eventExecutorGroup around replacing it with vertx.
    gauravAshok committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8fd4e26 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. adding a message src selector. Instead of running consumption loop on…

    … all internal queues, we pool the message src from each IQ, and then consume on priority basis.
    gaurav-ashok committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3c2b238 View commit details
    Browse the repository at this point in the history
  2. merging master

    gaurav-ashok committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ddacd0e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. merging master

    gaurav-ashok committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    f11d4d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. hooked the consumer start to consumer api. iniatialized the consumers…

    … manager with a single threaded event executor for now.
    gaurav-ashok committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b341f7d View commit details
    Browse the repository at this point in the history