Skip to content

Commit

Permalink
Whoops 😬
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSernLim committed Dec 12, 2024
1 parent b69a883 commit d3ae029
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ public CompletableFuture<PubSubProduceResult> put(
KafkaKey kafkaKey = new KafkaKey(MessageType.PUT, serializedKey);

// Initialize the SpecificRecord instances used by the Avro-based Kafka protocol
Put putPayload = buildPutPayload(serializedKey, valueSchemaId, putMetadata);
Put putPayload = buildPutPayload(serializedValue, valueSchemaId, putMetadata);
CompletableFuture<PubSubProduceResult> produceResultFuture = sendMessage(
producerMetadata -> kafkaKey,
MessageType.PUT,
Expand Down

0 comments on commit d3ae029

Please sign in to comment.