@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.
I'm interested to learn and get start with AEM as Cloud. I'm unable to get start with instllables and where and how to start.Any help would really be appreaciated.Also I want to understand how normal AEM is different than AEMasCloud?
If we can create a model for child resource and adapt it in the main model class then what is the use of @Via(type = ResourceSuperType.class) ? We have in built ResourceSuperType.class and annotation @Via. What are the advantageous in using the above pattern?