nleena123 commented on issue #5540:
URL: https://github.com/apache/hudi/issues/5540#issuecomment-1125675964

   
   
#hoodie.datasource.write.keygenerator.class=org.apache.hudi.keygen.CustomKeyGenerator
   hoodie.datasource.write.hive_styling_partioning=true
   hoodie.datasource.write.partitionpath.urlencode=false
   
   
#hoodie.datasource.write.keygenerator.class=org.apache.hudi.keygen.ComplexKeyGenerator
   hoodie.datasource.write.recordkey.field=interaction_id
   hoodie.datasource.write.partitionpath.field=create_datetime:TIMESTAMP
   hoodie.deltastreamer.keygen.timebased.timestamp.type=DATE_STRING
   hoodie.deltastreamer.keygen.timebased.input.dateformat=yyyyMMdd HH:mm
   hoodie.deltastreamer.keygen.timebased.output.dateformat=yyyy/MM
   hoodie.deltastreamer.keygen.timebased.timezone=UTC-6:00
   
hoodie.datasource.write.keygenerator.class=org.apache.hudi.keygen.CustomKeyGenerator
   #20211119 13:39
   #hoodie.index.type=GLOBAL_BLOOM
   #hoodie.bloom.index.update.partition.path=true
   # schema provider configs
   
#hoodie.deltastreamer.schemaprovider.registry.url=https://azure-prod-schema-registry.extscloud.com/subjects/async.messaging.interaction.metrics-value/versions/3
   
hoodie.deltastreamer.schemaprovider.registry.url=https://azure-prod-schema-registry.extscloud.com/subjects/async.messaging.interaction.metrics-value/versions/latest
   # Kafka Source
   hoodie.deltastreamer.source.kafka.topic=async.messaging.interaction.metrics
   #Kafka props
   #hoodie.auto.commit=true
   enable.auto.commit=true
   #hoodie.deltastreamer.kafka.source.maxEvents=1000000
   group.id=async.messaging.metrics
   bootstrap.servers=prod-hcc-kaas-central-13.centralus.cloudapp.azure.com:443
   #metadata.broker.list=kaas-prod-elr-a.optum.com:443
   auto.offset.reset=latest
   auto.reset.offsets=latest
   #schema.registry.url=https://azure-test-schema-registry.extscloud.com
   schema.registry.url=https://azure-prod-schema-registry.extscloud.com:443
   
schema.registry.ssl.keystore.location=/dbfs/mnt/ulp/artifacts/topics/certs/keystore.jks
   schema.registry.ssl.keystore.password=prmcert
   
schema.registry.ssl.truststore.location=/dbfs/mnt/ulp/artifacts/topics/certs/truststore.jks
   schema.registry.ssl.truststore.password=prmcert
   schema.registry.ssl.key.password=prmcert
   security.protocol=SSL
   sasl.mechanism=PLAIN
   ssl.keystore.location=/dbfs/mnt/ulp/artifacts/topics/certs/keystore.jks
   ssl.keystore.password=*******
   ssl.truststore.location=/dbfs/mnt/ulp/artifacts/topics/certs/truststore.jks
   ssl.truststore.password=**********
   ssl.key.password=prmcert
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to