Is your feature request related to a problem? Please describe.
Currently, Triton supports REST and GRPC protocols. I have some use-cases where I want a model to get its trigger and input from a Kafka topic.
Describe the solution you'd like
For example, someone pushes data to a Kafka topic, the inference starts on that data and the result is sent to another Kafka topic.
Is your feature request related to a problem? Please describe.
Currently, Triton supports REST and GRPC protocols. I have some use-cases where I want a model to get its trigger and input from a Kafka topic.
Describe the solution you'd like
For example, someone pushes data to a Kafka topic, the inference starts on that data and the result is sent to another Kafka topic.