Skip to content

Commit

Permalink
Upgrade to Kafka 3.8 and Avro 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 7, 2025
1 parent 0dd243a commit 330774e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ void shouldForwardRecoverableException(final SoftAssertions softly) {

@Override
public void init(final FixedKeyProcessorContext<Integer, Long> context) {
// do nothing
}

@Override
Expand Down Expand Up @@ -140,6 +141,7 @@ void shouldNotCaptureThrowable(final SoftAssertions softly) {

@Override
public void init(final FixedKeyProcessorContext<Integer, Long> context) {
// do nothing
}

@Override
Expand Down Expand Up @@ -286,6 +288,7 @@ void shouldHandleErrorOnNullInput(final SoftAssertions softly) {

@Override
public void init(final FixedKeyProcessorContext<Integer, Long> context) {
// do nothing
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ void shouldHandleErrorOnNullInput(final SoftAssertions softly) {

@Override
public void init(final FixedKeyProcessorContext<Integer, Long> context) {
// do nothing
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ void shouldForwardRecoverableException(final SoftAssertions softly) {

@Override
public void init(final FixedKeyProcessorContext<Integer, Long> context) {
// do nothing
}

@Override
Expand Down Expand Up @@ -127,6 +128,7 @@ void shouldNotCaptureThrowable(final SoftAssertions softly) {

@Override
public void init(final FixedKeyProcessorContext<Integer, Long> context) {
// do nothing
}

@Override
Expand Down Expand Up @@ -245,6 +247,7 @@ void shouldHandleErrorOnNullInput(final SoftAssertions softly) {

@Override
public void init(final FixedKeyProcessorContext<Integer, Long> context) {
// do nothing
}

@Override
Expand Down

0 comments on commit 330774e

Please sign in to comment.