Skip to content

Commit

Permalink
Merge pull request #21 from Nasdaq/propfiles
Browse files Browse the repository at this point in the history
Adding properties files
  • Loading branch information
ruchirvaninasdaq authored Oct 6, 2020
2 parents 88875d6 + e632ed3 commit 4f4ceb5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
oauth.token.endpoint.uri=https://{auth_endpoint_url}/auth/realms/pro-realm/protocol/openid-connect/token
oauth.client.id=fake-client-id
oauth.client.secret=fake-client-secret
javax.net.ssl.trustStore=/installCertsPro/master/ncdsTrustStore.p12
javax.net.ssl.trustStorePassword=fake-truststore-password
javax.net.ssl.trustStoreType=PKCS12
4 changes: 4 additions & 0 deletions ncdssdk-client/src/main/resources/kafka-config.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
request.timeout.ms=20000
bootstrap.servers={streams_endpoint_url}:9094 #without the protocol
retry.backoff.ms=500
max.poll.records=5000

0 comments on commit 4f4ceb5

Please sign in to comment.