Skip to content

Commit

Permalink
[improve][client]Remove JsonIgnore on ProducerConfigurationData.encry…
Browse files Browse the repository at this point in the history
…ptionKeys (#18351)
  • Loading branch information
cbornet authored Nov 10, 2022
1 parent dd07241 commit 0650676
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ public class ProducerConfigurationData implements Serializable, Cloneable {
@JsonIgnore
private transient MessageCrypto messageCrypto = null;

@JsonIgnore
private Set<String> encryptionKeys = new TreeSet<>();

@ApiModelProperty(
Expand Down

0 comments on commit 0650676

Please sign in to comment.