This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove usage of Scala classes from Kafka in tests (#1653)
### Motivation `KStreamAggregationTest` uses a Scala class `ConsoleConsumer`, which might lead to a `NoClassDefFoundError` in branch-2.10: https://github.com/streamnative/kop/actions/runs/3797937683/jobs/6459789362 ### Modifications Replace the `ConsoleConsumer` use with a `KafkaConsumer` and the same formatting logic on each received record. (cherry picked from commit 88120f6)
- Loading branch information
1 parent
e9675b7
commit d7287cd
Showing
1 changed file
with
43 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters