Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Active
Updated 4 weeks ago
0
Follow
Llamaindex workflow compatibility with Redpanda and Confluent
Llamaindex workflow compatibility with Redpanda and Confluent
Active
0
Follow
d
dean
4 weeks ago
Β·
Does LlamaIndex Workflow work with Redpanda? Or it needs to be confluent?
L
d
12 comments
Share
Open in Discord
L
Logan M
4 weeks ago
I've never used redpanda -- not sure what that would look like
d
dean
4 weeks ago
It implements the Kafka protocol but is might lighter weight.
d
dean
4 weeks ago
C++ and Raft impl of Kafka standard.
L
Logan M
4 weeks ago
hmm, workflows don't use a message queue. Its all just single-process asyncio queues π
redpanda could be a llama-deploy integration in the future though, if the existing kafka message queue doesn't work with it
d
dean
4 weeks ago
Ok
d
dean
4 weeks ago
So do you need to install Kafka broker for it to work?
d
dean
4 weeks ago
What's the minimum setup for Llama workflow that uses Kafka ?
d
dean
edited 4 weeks ago
I don't see any reason for a docker deployment why RedPanda could not substitute here
https://github.com/run-llama/llama_deploy/blob/main/docker/docker-compose-kafka.yml
d
dean
4 weeks ago
Because it implements the Kafka protocol. Can you please check this. Thanks
L
Logan M
4 weeks ago
I meant the code under the hood here is using kafka pypi libraries
https://github.com/run-llama/llama_deploy/blob/3d156c89599b1be6bfedc943adc54ebda2fb18d7/llama_deploy/message_queues/apache_kafka.py#L112
L
Logan M
4 weeks ago
assuming the protocol is the same, i'd assume it just works π€·
d
dean
4 weeks ago
Yes, that's what I am hearing from RedPanda as well. I think it should work
Add a reply
Sign up and join the conversation on Discord
Join on Discord