Skip to main content
New Participant
January 25, 2022

how to replicate to kafka using jks .

  • January 25, 2022
  • 9 replies
  • 3280 views

I am working on replicating data to Kafka using ssl trust store . I would like to know as to what would be the best way to accomplish this .

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

9 replies

Anny0505
New Participant
January 26, 2022

@aemnewbie ,

 

IfKafka accepts JSON, then you can try to use sling models as API endpoint  and post the data to store it in the required format.

Otherwise activeMQ is onemore thought.

 

 

AEMnewbieAuthor
New Participant
January 26, 2022

But how would i setup the authentication part in this case ?

joerghoh
Employee
January 28, 2022

Do you need to use a client-side certificate for authorization? Or is a simple user/password mechanism, which you need to transmit over an encrypted connection?

joerghoh
Employee
January 25, 2022

What do you mean with "replicating data to Kafka", do you want to use the AEM replicating mechanism or just run code in AEM which is able to submit data to Kafka?

AEMnewbieAuthor
New Participant
January 26, 2022

I would like to use the replicating mechanism