Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
build fix
  • Loading branch information
ankitk-me committed Jul 16, 2024
commit 7f42557d30da48dba9e6941a08d12c2c26074d41
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public final class GrpcKafkaProxyFactory implements GrpcKafkaStreamFactory
private static final String16FW HEADER_VALUE_GRPC_INTERNAL_ERROR = new String16FW("13");
private static final Array32FW<KafkaHeaderFW> EMPTY_HEADERS =
new Array32FW.Builder<>(new KafkaHeaderFW.Builder(), new KafkaHeaderFW())
.wrap(new UnsafeBuffer(0L, 0), 0, 0)
.wrap(new UnsafeBuffer(new byte[8]), 0, 8)
.build();

private final byte[] headerPrefix = new byte[META_PREFIX_LENGTH];
Expand Down