Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh-ctds committed Feb 19, 2025
1 parent dfebbf7 commit 1f3533d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docker/pulsar-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN mv /apache-pulsar-offloaders-*/offloaders /offloaders
FROM ${PULSAR_IO_KINESIS_KPL_IMAGE} AS pulsar-io-kinesis-sink-kinesis_producer

FROM ${PULSAR_IMAGE}
COPY --from=pulsar-extensions /connectors /pulsar/connectors
COPY --from=pulsar-extensions /connectors/pulsar-io-elastic-search-*.nar /pulsar/connectors/
COPY --from=pulsar-extensions /connectors/pulsar-io-kinesis-*.nar /pulsar/connectors/
# Exclude kafka-connect connector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ protected void setup() throws Exception {
proxyConfig.setBrokerProxyAllowedTargetPorts("*");
proxyConfig.setMetadataStoreUrl(DUMMY_VALUE);
proxyConfig.setConfigurationMetadataStoreUrl(GLOBAL_DUMMY_VALUE);
proxyConfig.setClusterName(configClusterName);

proxyClientAuthentication = AuthenticationFactory.create(proxyConfig.getBrokerClientAuthenticationPlugin(),
proxyConfig.getBrokerClientAuthenticationParameters());
Expand Down

0 comments on commit 1f3533d

Please sign in to comment.