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

contrib/segmentio/kafka-go: add implementation add tracing for kafka writer and kafka reader #1152

Merged
merged 26 commits into from Feb 28, 2022

Commits on Apr 9, 2021

  1. Add tracing for segmentio/kafka-go

    Pradeep Palanisamy committed Apr 9, 2021
    Copy the full SHA
    7ffd45f View commit details
    Browse the repository at this point in the history
  2. Update import as per guidelines

    Pradeep Palanisamy committed Apr 9, 2021
    Copy the full SHA
    f3c0482 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Update circleci config to add topic and use new topic in test

    Pradeep Palanisamy committed Apr 11, 2021
    Copy the full SHA
    d956bf2 View commit details
    Browse the repository at this point in the history
  2. Use the same topic with last offset

    Pradeep Palanisamy committed Apr 11, 2021
    Copy the full SHA
    60ae8d5 View commit details
    Browse the repository at this point in the history
  3. Update log level

    Pradeep Palanisamy committed Apr 11, 2021
    Copy the full SHA
    88ed7bc View commit details
    Browse the repository at this point in the history
  4. Use apache kafka image to test segmentio kafka-go changes

    Pradeep Palanisamy committed Apr 11, 2021
    Copy the full SHA
    418180d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Update apache kafka configuration to expose different port

    Pradeep Palanisamy committed Apr 12, 2021
    Copy the full SHA
    4a7ac09 View commit details
    Browse the repository at this point in the history
  2. Fix Socket server failed to bind to kafka:9092: Unresolved address

    …error
    Pradeep Palanisamy committed Apr 12, 2021
    Copy the full SHA
    ddfae80 View commit details
    Browse the repository at this point in the history
  3. Use container name to fx port conflict issue

    Pradeep Palanisamy committed Apr 12, 2021
    Copy the full SHA
    bb04e82 View commit details
    Browse the repository at this point in the history
  4. Fix kafka listener host name

    Pradeep Palanisamy committed Apr 12, 2021
    Copy the full SHA
    044b55c View commit details
    Browse the repository at this point in the history
  5. Use kafka listener and advertised listener to fix connection issue

    Pradeep Palanisamy committed Apr 12, 2021
    Copy the full SHA
    84fbf18 View commit details
    Browse the repository at this point in the history
  6. Add asserts to validate consumer span

    Pradeep Palanisamy committed Apr 12, 2021
    Copy the full SHA
    388658f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Move Extract function to headers.go file

    Pradeep Palanisamy committed Apr 13, 2021
    Copy the full SHA
    f1454cd View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Copy the full SHA
    96ff7ba View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. rename to include .v0

    drop NewMessageCarrier function, just use MessageCarrier{msg}
    ajgajg1134 committed Jan 28, 2022
    Copy the full SHA
    adcbe33 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    37eba0e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2cbfdee View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Copy the full SHA
    ceaf249 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    947d5df View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8de6e46 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2d9aa54 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3edfca6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. create kafka topic for segmentio

    This library fails on brand new topics as the leader is elected, to get around this create the topic in setup.
    ajgajg1134 committed Feb 14, 2022
    Copy the full SHA
    bb0ab40 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Copy the full SHA
    e6c72d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Copy the full SHA
    967d212 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Copy the full SHA
    75551e4 View commit details
    Browse the repository at this point in the history