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

Upgrade to Apache Kafka 2.0.0 #757

Closed
garyrussell opened this issue Jul 31, 2018 · 0 comments
Closed

Upgrade to Apache Kafka 2.0.0 #757

garyrussell opened this issue Jul 31, 2018 · 0 comments
Milestone

Comments

@garyrussell
Copy link
Contributor

No description provided.

@garyrussell garyrussell added this to the 2.2.M2 milestone Jul 31, 2018
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Jul 31, 2018
Resolves spring-projects#757

Kafka 2.0.0 Compatibility

Tested against local build of the kafka trunk branch.

- `poll(long)` is deprecated.
- `poll(Duration)` does not block until the partitions are assigned.
- Several KStream changes.

- Some tests are still failing sporadically

Increase default poll timeout; ensure unique group.id for all tests.

Test against a build from the 2.0.0-rc1 tag instead of trunk.

Rebase; Polishing; test against official 2.0.0 build
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Jul 31, 2018
Resolves spring-projects#757

Kafka 2.0.0 Compatibility

Tested against local build of the kafka trunk branch.

- `poll(long)` is deprecated.
- `poll(Duration)` does not block until the partitions are assigned.
- Several KStream changes.

- Some tests are still failing sporadically

Increase default poll timeout; ensure unique group.id for all tests.

Test against a build from the 2.0.0-rc1 tag instead of trunk.

Rebase; Polishing; test against official 2.0.0 build
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Jul 31, 2018
Resolves spring-projects#757

Kafka 2.0.0 Compatibility

Tested against local build of the kafka trunk branch.

- `poll(long)` is deprecated.
- `poll(Duration)` does not block until the partitions are assigned.
- Several KStream changes.

- Some tests are still failing sporadically

Increase default poll timeout; ensure unique group.id for all tests.

Test against a build from the 2.0.0-rc1 tag instead of trunk.

Rebase; Polishing; test against official 2.0.0 build
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Aug 1, 2018
Resolves spring-projects#757

Kafka 2.0.0 Compatibility

Tested against local build of the kafka trunk branch.

- `poll(long)` is deprecated.
- `poll(Duration)` does not block until the partitions are assigned.
- Several KStream changes.

- Some tests are still failing sporadically

Increase default poll timeout; ensure unique group.id for all tests.

Test against a build from the 2.0.0-rc1 tag instead of trunk.

Rebase; Polishing; test against official 2.0.0 build
artembilan pushed a commit that referenced this issue Aug 2, 2018
Resolves #757

Kafka 2.0.0 Compatibility

Tested against local build of the kafka trunk branch.

- `poll(long)` is deprecated.
- `poll(Duration)` does not block until the partitions are assigned.
- Several KStream changes.

- Some tests are still failing sporadically

Increase default poll timeout; ensure unique group.id for all tests.

Test against a build from the 2.0.0-rc1 tag instead of trunk.

Rebase; Polishing; test against official 2.0.0 build

* Rebase, polishing.
denis554 added a commit to denis554/spring-kafka that referenced this issue Mar 27, 2019
Resolves spring-projects/spring-kafka#757

Kafka 2.0.0 Compatibility

Tested against local build of the kafka trunk branch.

- `poll(long)` is deprecated.
- `poll(Duration)` does not block until the partitions are assigned.
- Several KStream changes.

- Some tests are still failing sporadically

Increase default poll timeout; ensure unique group.id for all tests.

Test against a build from the 2.0.0-rc1 tag instead of trunk.

Rebase; Polishing; test against official 2.0.0 build

* Rebase, polishing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant