Trouble running kafka-server-start.sh from quickstart example

2023-01-27 Thread xiao cheng
Hey all, I recently tried to run kafka locally on my macos again after a while (it used to work). I followed the quickstart guide from https://kafka.apache.org/quickstart. However, when I try to run it (bin/kafka-server-start.sh config/server.properties) again today I am seeing error message of [

Kafka integration with Legacy Systems (OCI)

2023-01-27 Thread Olamide Sode
Hi, I am looking for an architecture that uses kafka to integrate with an Oracle Cloud Infrastructure Legacy system that runs a weblogic server as the application server. Would be great if I can be pointed to a starting guide or direction? Thank you. Ola

Re: Kafka integration with Legacy Systems (OCI)

2023-01-27 Thread andreasvdber...@avathar.be
hi, there is a kafka connector for weblogic. https://docs.confluent.io/kafka-connectors/weblogic-source/current/overview.html greetings, Andreas > Op 27 jan. 2023, om 16:55 heeft Olamide Sode het > volgend

Apache Ranger and Kafka compatibility

2023-01-27 Thread Doug Whitfield
I can look at the pom files and see the recommended versions of Kafka with Ranger. However, I would like to upgrade Kafka. Does anyone have any experience upgrading Kafka but keeping Ranger on an older version, say 1.2? Best Regards, Douglas Whitfield | Enterprise Architect, OpenLogic

Re: Trouble running kafka-server-start.sh from quickstart example

2023-01-27 Thread sunil chaudhari
Please try executing.. bin/kafka-server-start.sh —help On Fri, 27 Jan 2023 at 8:47 PM, xiao cheng wrote: > Hey all, > > I recently tried to run kafka locally on my macos again after a while (it > used to work). I followed the quickstart guide from > https://kafka.apache.org/quickstart. > > Ho