Open
Description
We've got the Kafka example here: https://docs.datastax.com/en/kafka/doc/kafka/kafkaTutorial.html#kafkaTutorial. However there are three facet. One facet is the C* side where you set up a keyspace and table with the required schema. In the second facet, you map from Pulsar topics to the C* schema in the Connector mapping configuration. The 3rd facet is the trick: You need an app of some sort to generate Pulsar messages so that the Connector can actually transfer info to C*. Talk to Enrico--he has a an IoT example that can be leveraged.