Skip to content

Commit

Permalink
Fix sr env in DockerKafkaEnvironment (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Coates <[email protected]>
  • Loading branch information
big-andy-coates and Andrew Coates authored Jun 24, 2024
1 parent dfc2334 commit 1aa5fcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public Builder withSchemaRegistryEnv(final String key, final String value) {
* @return self.
*/
public Builder withSchemaRegistryEnv(final Map<String, String> env) {
this.kafkaEnv.putAll(env);
this.srEnv.putAll(env);
return this;
}

Expand Down

0 comments on commit 1aa5fcc

Please sign in to comment.