Kafka SSL account validation to confluent cloud
Hi, So I am trying to connect to my env in the confluent cloud using the kafka ssl account configuration. After doing everything step by step creating the keystore and truststore file and also creating api key secret in confluent cloud and also the right passwords for the trust/keystore files. https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1802240621/Kafka+SSL+Account My questions has anyone had a use case that needed to configure kafka ssl acount? My configurations: Regards JensSolved4.4KViews0likes4CommentsKafka consumer Skip messages when fail
Hi , We pull the data from Kafka and put it and the database, but we realized the Kafka consumer skips the data/offsets if the pipeline fails. for example: in a run Kafka consumer is supposed to read offset 3,4,5 but it pipeline fails so it skips these offsets in the next run. I tried using Kafka acknowledge snap after data inserted in the database it always time out. anybody has any solutionSolved19KViews0likes16Comments