-
Notifications
You must be signed in to change notification settings - Fork 56
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
KafkaMerged acknowledge flush frame #258
Conversation
...rc/main/java/io/aklivity/zilla/runtime/binding/kafka/internal/stream/KafkaMergedFactory.java
Show resolved
Hide resolved
...rc/main/java/io/aklivity/zilla/runtime/binding/kafka/internal/stream/KafkaMergedFactory.java
Show resolved
Hide resolved
...pecs/binding/kafka/streams/application/merged/merged.produce.flush.dynamic.hashed/client.rpt
Outdated
Show resolved
Hide resolved
...zilla/specs/binding/kafka/streams/application/merged/merged.produce.flush.dynamic/client.rpt
Outdated
Show resolved
Hide resolved
...zilla/specs/binding/kafka/streams/application/merged/merged.produce.flush.dynamic/server.rpt
Show resolved
Hide resolved
...rc/main/java/io/aklivity/zilla/runtime/binding/kafka/internal/stream/KafkaMergedFactory.java
Show resolved
Hide resolved
|
||
return new KafkaProduceFlushExBuilder(); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure we have coverage in KafkaFunctionsTest
for these new methods.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've already added these:
shouldMatchProduceFlushExtension, shouldMatchProduceFlushExtensionWithLatestOffset, shouldGenerateProduceFlushExtension, shouldGenerateProduceFlushExtensionWithLatestOffset
No description provided.