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

Method to enable functions worker in pulsar container #2711

Merged
merged 6 commits into from
Jun 30, 2020

Commits on May 14, 2020

  1. Method to enable functions worker in pulsar container

    This change should simplify a bit pulsar functions development experience
    Tried here: https://github.com/lanwen/pulsar-functions-example
    
    Without waiter pulsar could return random 503, depending on how fast
    was a call.
    lanwen committed May 14, 2020
    Configuration menu
    Copy the full SHA
    144a6c8 View commit details
    Browse the repository at this point in the history
  2. treat functions worker method as a flag to enable in configure

    real functions upload test
    lanwen committed May 14, 2020
    Configuration menu
    Copy the full SHA
    b7ae72e View commit details
    Browse the repository at this point in the history
  3. upd pulsar to 2.5.1

    lanwen committed May 14, 2020
    Configuration menu
    Copy the full SHA
    45fddfd View commit details
    Browse the repository at this point in the history
  4. don't store jar

    lanwen committed May 14, 2020
    Configuration menu
    Copy the full SHA
    1d4abd3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

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

Commits on Jun 30, 2020

  1. reduce the changeset

    bsideup committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    a01abd1 View commit details
    Browse the repository at this point in the history