Which option is the most kafka native solution with the highest performance
So there are 2 options
Option 1: Routine Load
Option 2: Kafka Sink
Option 2 uses the event driven way of Kafka to insert data as it is put on the Kafka topic.
Which option is the most kafka native solution with the highest performance
So there are 2 options
Option 1: Routine Load
Option 2: Kafka Sink
Option 2 uses the event driven way of Kafka to insert data as it is put on the Kafka topic.