KAFKA-9992: EmbeddedKafkaCluster.deleteTopicAndWait not working with kafka_2.13#8673
Conversation
|
@vvcephei without the scala to java converter it would be compatible. |
vvcephei
left a comment
There was a problem hiding this comment.
Hey, thanks for this, @akatona84 !
Just one minor comment, otherwise it lgtm (pending tests)
|
Test this please |
|
(That last comment was to trigger the tests) |
…kafka_2.13 Eliminating JavaConverters in EmbeddedKafkaCluster Change-Id: I71d3daee20b4717a3eda602e3e310b431b23c55c
52087d0 to
7d16b46
Compare
|
retest this please |
|
test this please |
1 similar comment
|
test this please |
vvcephei
left a comment
There was a problem hiding this comment.
LGTM. Thanks for the contribution, @akatona84 !
I'll just wait for the tests to pass.
|
The tests that failed are known to be flaky and seem unrelated to this change: |
Fixes EmbeddedKafkaCluster.deleteTopicAndWait for use with kafka_2.13 Reviewers: Boyang Chen <boyang@confluent.io>, Chia-Ping Tsai <chia7712@gmail.com>, John Roesler <vvcephei@apache.org>
Fixes EmbeddedKafkaCluster.deleteTopicAndWait for use with kafka_2.13 Reviewers: Boyang Chen <boyang@confluent.io>, Chia-Ping Tsai <chia7712@gmail.com>, John Roesler <vvcephei@apache.org>
* 'trunk' of github.com:apache/kafka: MINOR: Increase gradle daemon’s heap size to 2g (apache#8700) KAFKA-9603: Do not turn on bulk loading for segmented stores on stand-by tasks (apache#8661) KAFKA-9859 / kafka-streams-application-reset tool doesn't take into account topics generated by KTable foreign key join operation (apache#8671) MINOR: Fix redundant typos in comments and javadocs (apache#8693) KAFKA-10010: Should make state store registration idempotent (apache#8681) KAFKA-10011: Remove task id from lockedTaskDirectories during handleLostAll (apache#8682) KAFKA-9992: Eliminate JavaConverters in EmbeddedKafkaCluster (apache#8673) KAFKA-6145: Add unit tests to verify fix of bug KAFKA-9173 (apache#8689) MINOR: Update stream documentation (apache#8622) MINOR: Small fixes in the documentation (apache#8623)
Eliminating JavaConverters in EmbeddedKafkaCluster
More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.
Summary of testing strategy (including rationale)
for the feature or bug fix. Unit and/or integration
tests are expected for any behaviour change and
system tests should be considered for larger changes.
Committer Checklist (excluded from commit message)