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 .
Views
Replies
Total Likes
For that case you need to store the certificate somewhere; I would recommend to store it at runtime in the repository and not to deploy it via OSGI. But that's probably the simplest part in replicating data to Kafka
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?
I would like to use the replicating mechanism
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.
But how would i setup the authentication part in this case ?
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?
For that case you need to store the certificate somewhere; I would recommend to store it at runtime in the repository and not to deploy it via OSGI. But that's probably the simplest part in replicating data to Kafka
Simplest approach: Store the certificate as asset and protect it using ACLs.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies