I am involved with a course whose project has introduced REST, Kafka and gRPC on its topic of message passing. However, in the project phase of this section, we are tasked with passing gRPC messages through Kafka to handle large amounts of location data. Has anyone used these two items together? The course teaches them separately and uses the kafka console scripts and so its a bit confusing trying to put the two together. Should I utilize Kafka's python implementation?
Matthew Glassman