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

Message payload to have retry-count present right from when it's created. #235

Closed
wants to merge 22 commits into from

Commits on Jul 6, 2021

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

Commits on Jul 23, 2021

  1. replace the (defrecord MessagePayload) with a protobuf variant

    macalimlim authored and prateek.khatri committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    b1dd05c View commit details
    Browse the repository at this point in the history
  2. Fixing tests and logic

    prateek.khatri committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    d5f8f3c View commit details
    Browse the repository at this point in the history
  3. Fixed tests in consumer-test

    prateek.khatri committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    d2443e6 View commit details
    Browse the repository at this point in the history
  4. Fixing producer tests

    prateek.khatri committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    bd52518 View commit details
    Browse the repository at this point in the history
  5. fixing tests in mapper-test

    prateek.khatri committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    eaf99ae View commit details
    Browse the repository at this point in the history
  6. Fixing tests in messaging/dead_set_test

    prateek.khatri committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    4c1de02 View commit details
    Browse the repository at this point in the history
  7. Reverting some changes to fix tests in streams_test, stream_joins_tes…

    …t and tracer_test
    prateek.khatri committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    99220e9 View commit details
    Browse the repository at this point in the history
  8. linting fixes

    prateek.khatri committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    dc05ff6 View commit details
    Browse the repository at this point in the history
  9. lein kibit suggestions

    prateek.khatri committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    77b81ec View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. fixes proto file compilation

    shubhang.balkundi committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    daa741a View commit details
    Browse the repository at this point in the history
  2. re-compiles proto with package name correction

    shubhang.balkundi committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    9a41b04 View commit details
    Browse the repository at this point in the history
  3. Regenerating proto class with protoc 3.17.3

    Anmol Vijaywargiya committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8c61df4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. changes for testing things

    prateek.khatri committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9e4a195 View commit details
    Browse the repository at this point in the history
  2. recompiles proto with v3.5.1

    shubhang.balkundi committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    57fba05 View commit details
    Browse the repository at this point in the history
  3. adds proto java file

    shubhang.balkundi committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    ccc98e3 View commit details
    Browse the repository at this point in the history
  4. adds a comment in messagepayload proto

    shubhang.balkundi committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    acadee6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'nippy_proto_test' into nippy-proto

    # Conflicts:
    #	resources/proto/message-payload.proto
    #	resources/proto/person.proto
    #	src/ziggurat/message_payload.clj
    #	src/ziggurat/messaging/consumer.clj
    #	src/ziggurat/messaging/producer.clj
    #	src/ziggurat/middleware/default.clj
    #	test/com/gojek/test/proto/PersonTestProto.java
    #	test/ziggurat/mapper_test.clj
    #	test/ziggurat/messaging/consumer_test.clj
    #	test/ziggurat/messaging/dead_set_test.clj
    #	test/ziggurat/messaging/producer_test.clj
    #	test/ziggurat/middleware/batch/batch_proto_deserializer_test.clj
    #	test/ziggurat/middleware/default_test.clj
    shubhang.balkundi committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    dd4698c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. updats proto lib version

    shubhang.balkundi authored and Anmol Vijaywargiya committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    d12a3a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Refactor message payload and handling of messages to accommodate for …

    …retry-count right from the beginning
    Anmol Vijaywargiya committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    318ed4a View commit details
    Browse the repository at this point in the history
  2. Fix failing tests

    Anmol Vijaywargiya committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    2ab896d View commit details
    Browse the repository at this point in the history
  3. Add tests for negative retry count

    Anmol Vijaywargiya committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    e406103 View commit details
    Browse the repository at this point in the history