Skip to content

Commit

Permalink
Remove validation
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau committed Oct 3, 2023
1 parent f3a8dc0 commit 7671134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void accept(final String messageString, final Integer sizeInBytes) throws
//if (Strings.isNullOrEmpty(message.getRecord().getNamespace())) {
message.getRecord().setNamespace(defaultNamespace);
//}
validateRecord(message);
// validateRecord(message);
} else if (Type.STATE.equals(message.getType())) {
lastState = message;
}
Expand Down

0 comments on commit 7671134

Please sign in to comment.