Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drewjj committed Dec 30, 2024
1 parent cb51b7b commit b0ed4a0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ void testMapReceiver() throws IOException {
// Set the clock to a fixed time so that the MapReceiver will produce the same output every time
DateTimeUtils.setClock(
Clock.fixed(Instant.parse("2020-01-01T00:00:00Z"), Clock.systemUTC().getZone()));
// Set the static schema version to 7 so that the MapReceiver will produce the same output every time
// This is necessary because the schema version is set in only one of the OdeMsgMetadata constructors (this should be fixed)
// and the schema version is set to the static schema version in the constructor. This means that the schema version
// will be set to 6 for all OdeMsgMetadata objects created in the MapReceiver run method's code path.

MapReceiver mapReceiver = new MapReceiver(udpReceiverProperties.getMap(), kafkaTemplate,
rawEncodedJsonTopics.getMap());
Expand Down

0 comments on commit b0ed4a0

Please sign in to comment.