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

KAFKA-3209: KIP-66: more single message transforms #2374

Closed
wants to merge 23 commits into from
Closed

KAFKA-3209: KIP-66: more single message transforms #2374

wants to merge 23 commits into from

Commits on Jan 13, 2017

  1. SetSchemaMetadata SMT

    Shikhar Bhushan committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    f34cc71 View commit details
    Browse the repository at this point in the history
  2. Support schemaless and rename HoistToStruct->Hoist; add the inverse E…

    …xtract transform
    Shikhar Bhushan committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    09af66b View commit details
    Browse the repository at this point in the history
  3. InsertField transform -- fix bad name for interface containing config…

    … name constants
    Shikhar Bhushan committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    022f492 View commit details
    Browse the repository at this point in the history
  4. ValueToKey SMT

    Shikhar Bhushan committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    c5260a7 View commit details
    Browse the repository at this point in the history
  5. Clearer naming -- HoistField, ExtractField

    Shikhar Bhushan committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    06b47a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Address review comments; docgen coming along

    Shikhar Bhushan committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    cdd8855 View commit details
    Browse the repository at this point in the history
  2. Auto-generate docs/generated/connect_transforms.html

    Shikhar Bhushan committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    04dc9f3 View commit details
    Browse the repository at this point in the history
  3. html tweaks

    Shikhar Bhushan committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    e90f989 View commit details
    Browse the repository at this point in the history
  4. consistent doc style

    Shikhar Bhushan committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    692901f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Add RegexRouter SMT

    Shikhar Bhushan committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    5772e95 View commit details
    Browse the repository at this point in the history
  2. consistent naming

    Shikhar Bhushan committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    2b99585 View commit details
    Browse the repository at this point in the history
  3. MaskField SMT

    Shikhar Bhushan committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    1063909 View commit details
    Browse the repository at this point in the history
  4. empty comment

    Shikhar Bhushan committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    db7faf0 View commit details
    Browse the repository at this point in the history
  5. Missed note in overview doc for MaskField SMT

    Shikhar Bhushan committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    b4aa9ee View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Configuration menu
    Copy the full SHA
    3186c9f View commit details
    Browse the repository at this point in the history
  2. MaskField.fields -> maskedFields for clarity

    Shikhar Bhushan committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    9bb5908 View commit details
    Browse the repository at this point in the history
  3. Clearer overview doc for ValueToKey

    Shikhar Bhushan committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    8676dc5 View commit details
    Browse the repository at this point in the history
  4. Config validation, try to fail-fast on no-op configs

    Shikhar Bhushan committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    16c9259 View commit details
    Browse the repository at this point in the history
  5. checkstyle

    Shikhar Bhushan committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    a374bf9 View commit details
    Browse the repository at this point in the history
  6. ReplaceField SMT and some consistency/cleanups refactoring

    Shikhar Bhushan committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    7ee22e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Minor InsertField tweak -- docs and config check

    Shikhar Bhushan committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    aa325db View commit details
    Browse the repository at this point in the history
  2. User doc for transformations in connect.html

    Shikhar Bhushan committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    be67396 View commit details
    Browse the repository at this point in the history
  3. Better word choice

    Shikhar Bhushan committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    7eae01a View commit details
    Browse the repository at this point in the history