Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hpgrahsl/kafka-connect-mongodb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: RunTitle/kafka-connect-mongodb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 29, 2018

  1. Merge pull request #1 from hpgrahsl/master

    keeping up with hp
    adamarla authored Mar 29, 2018
    Configuration menu
    Copy the full SHA
    845074b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. add feature to be able to configure filter document for replace one m…

    …odel
    
    introduced a write model filter strategy to be able to support different use cases. besides the default option
    there is now a new filter strategy which allows to work with unique business keys and still have
    e.g. a mongodb ObjectId inserted once during the first upsert per document. this strategy only leads to
    a correct behaviour in case the business key fields (expressed by means of the PartialValueStrategy for the
    _id field) are guaranteed to be unique in the original kafka records.
    
    see config option mongodb.replace.one.strategy with two pre-defined strategy options
    - at.grahsl.kafka.connect.mongodb.writemodel.filter.strategy.ReplaceOneDefaultFilterStrategy
    - at.grahsl.kafka.connect.mongodb.writemodel.filter.strategy.ReplaceOneBusinessKeyFilterStrategy
    hpgrahsl committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    a527556 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from hpgrahsl/custom-writemodel-filters

    add feature to be able to configure filter document for replace one m…
    adamarla authored Mar 30, 2018
    Configuration menu
    Copy the full SHA
    f864227 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. resolved merge conflicts

    adamarla committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    0174a04 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. added gradle files

    adamarla committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    8d72d72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from RunTitle/working

    added gradle files
    adamarla authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    3bf723e View commit details
    Browse the repository at this point in the history
  3. added gradle files

    adamarla committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    142719d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from RunTitle/working

    added gradle files
    adamarla authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    27a6c0a View commit details
    Browse the repository at this point in the history
Loading