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

SAMOA-65 AVRO serializer/deserializer dedicated for Kafka components #65

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Mar 14, 2017

  1. Initial structure of Kafka components.

    Initital code for Kafka Consumer
    pwawrzyniak committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    0e90fe8 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Configuration menu
    Copy the full SHA
    2168400 View commit details
    Browse the repository at this point in the history
  2. Updated comments

    pwawrzyniak committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    cf2ff36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26d86da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45b3546 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

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

Commits on Apr 11, 2017

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

Commits on Apr 28, 2017

  1. Added Kafka Avro serializer with unit tests. Added Kafka task with un…

    …it test
    Jakub Jankowski committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    ff6b84d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. Merge branch 'SAMOA-65' of https://github.com/pwawrzyniak/incubator-s…

    …amoa into SAMOA-65
    Jakub Jankowski committed May 1, 2017
    Configuration menu
    Copy the full SHA
    7997fd5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Fixing avro deserialization

    Jakub Jankowski committed May 10, 2017
    Configuration menu
    Copy the full SHA
    ae7889f View commit details
    Browse the repository at this point in the history
  2. Fixing avro deserialization

    Jakub Jankowski committed May 10, 2017
    Configuration menu
    Copy the full SHA
    107c4c5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. Rebuild of Consumer-related classes (added separate thread to read fr…

    …om Kafka, blocking until sth received)
    
    Major cleanup in tests
    pwawrzyniak committed May 12, 2017
    Configuration menu
    Copy the full SHA
    cde0642 View commit details
    Browse the repository at this point in the history
  2. Minor change in tests

    pwawrzyniak committed May 12, 2017
    Configuration menu
    Copy the full SHA
    f20301a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Fixing avro deserializer (using ReflectDatumReader) to be able to rea…

    …d arrays in InstanceData objects
    Jakub Jankowski committed May 16, 2017
    Configuration menu
    Copy the full SHA
    b4ee754 View commit details
    Browse the repository at this point in the history
  2. Changes in JSON mapper

    pwawrzyniak committed May 16, 2017
    Configuration menu
    Copy the full SHA
    d636ba9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Configuration menu
    Copy the full SHA
    57f80a5 View commit details
    Browse the repository at this point in the history
  2. AVRO mapper with test

    pwawrzyniak committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    39ba256 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

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