Skip to content

Commit

Permalink
Merge pull request #250 from agrare/fix_missing_kafka_client_ca_cert
Browse files Browse the repository at this point in the history
Fix missing kafka client ca-cert
  • Loading branch information
kbrock committed May 6, 2024
2 parents 354661e + 3288ad8 commit 4e415ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def configure
configure_messaging_yaml # Set up the local message client in case EVM is actually running on this, Message Server
create_client_properties # Create the client.properties configuration fle
fetch_truststore_from_server # Fetch the Java Keystore from the Kafka Server
fetch_ca_cert_from_server # Fetch the CA Certificate from the Kafka Server
rescue AwesomeSpawn::CommandResultError => e
say(e.result.output)
say(e.result.error)
Expand Down

0 comments on commit 4e415ba

Please sign in to comment.