Skip to content

Commit

Permalink
Merge pull request #97 from ligato/pantheon-dev
Browse files Browse the repository at this point in the history
Pantheon dev v1.0.3 - preview of Kafka client API with partition arguments
  • Loading branch information
jozef-slezak authored Sep 5, 2017
2 parents 1fed797 + 0f5ad47 commit 98e7284
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Release v1.0.3 (2017-09-05)

## Major Themes

Enabled support for wathing data store `OfDifferentAgent()` - see:
* [examples/idx_iface_cache](examples/idx_iface_cache/main.go)
* [examples/examples/idx_bd_cache](examples/idx_bd_cache/main.go)
* [examples/idx_veth_cache](examples/idx_veth_cache/main.go)

Preview of new Kafka client API methods that allows to fill also partition and offset argument. New methods implementation ignores these new parameters for now (fallbacking to existing implementation based on `github.com/bsm/sarama-cluster` and `github.com/Shopify/sarama`).

## Compatibility
VPP version v17.10-rc0~265-g809bc74 (upgraded because of VPP MEMIF fixes).


# Release v1.0.2 (2017-08-28)

## Major Themes
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98e7284

Please sign in to comment.