Member since
04-14-2020
2
Posts
0
Kudos Received
0
Solutions
04-15-2020
03:13 PM
You'll need to create a Kafka producer that reads the tail of the Ranger log files and pushes that to a Kafka topic. Here is an example of an implementation in Python.
... View more