Skip to content

Commit

Permalink
Don't remove Kafka consumer properties (they should be reusable by mu…
Browse files Browse the repository at this point in the history
…ltiple ingesters) (deephaven#4646)
  • Loading branch information
rbasralian authored Oct 16, 2023
1 parent 39c5951 commit 4f43d53
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,6 @@ private ColumnDefinition<?> getDefinition(@NotNull final Properties consumerProp
} else {
result = definitionFactory.apply(commonColumnName);
}
consumerProperties.remove(nameProperty);
} else if (nameDefault == null) {
result = null;
} else {
Expand Down

0 comments on commit 4f43d53

Please sign in to comment.