dannyboodmann commented on issue #10421: URL: https://github.com/apache/apisix/issues/10421#issuecomment-1864081447
Also for me it's not very clear how to proceed when one wants to setup APISIX in order to collect information from Kafka. I've configured my route following the documentation... now what? :-) From the doc: > "First, it is necessary to compile the [communication protocol](https://github.com/apache/apisix/blob/master/apisix/include/apisix/model/pubsub.proto) as a language-specific SDK using the protoc, which provides the command and response definitions to connect to Kafka via APISIX using the WebSocket." If I understand this correctly, this means that the protocol needs to be compiled in the language we want to use. For example, for Java one would follow something like this: https://protobuf.dev/getting-started/javatutorial/ . Do I get it right? Also, it looks like to me that it's "only" possible to _pull_ messages from Kafka using APISIX, not _pushing_ messages to it. Is my understanding correct? Thanks in advance for the replies, Marco -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
