Thanks for the introduction. In an log stream pipeline we planned: Host(agent) => Logstash => Kafka => Logstash => OpenSearch. 1/ Exchange Logstash by Apache Kafka Connect, good idea? 2/ For log transformation: Apache Kafka Connect or Apache Airflow ?
@carter8679 Жыл бұрын
is there any way to use kafka connect outside of the confluent cloud ecosystem? i.e. with the cluster not hosted on confluent cloud
@adityanjsg994 ай бұрын
As of July 17, the old Kafka recipes on confluent have been taken down. Please restore the old recipes, they are descriptive and give the insights of internal working of kafka, please.
@skblabla7 ай бұрын
Hi can kafka connect be used for data migration specifically for day zero and ongoing data synch
@yallneversaynever5923 Жыл бұрын
If kafka connector failed how do I restart it
@ishikajaiswal6811 Жыл бұрын
I have aws hosted kafka. I want to use confluent JDBC sink connector for connecting kafka and postgresql which is running on my local machine. Is there any way to use kafka connect for aws hosted kafka?
@ishikajaiswal6811 Жыл бұрын
@@ConfluentDeveloperRelations Thank you Afzal for replying. While installing kafka connect on my local machine the working directory of kafka was required. Can you provide some clarity on this
@ishikajaiswal6811 Жыл бұрын
@@ConfluentDeveloperRelations Also could you please provide some clarity on configuration needed to connect it through aws managed kafka. As there is no document available on web regarding use of aws managed kafka and jdbc sink connector.