tarungka / wire

Wire is a distributed open source stream processing framework with powerful stream and batch-processing capabilities.[UNDER DEVELOPEMENT]
GNU General Public License v3.0
2 stars 1 forks source link

not support local es? #6

Closed Nyx2022 closed 1 year ago

Nyx2022 commented 1 year ago

i found it need EsCloudId and EsApiKey in main.go ,so iwanna know if it only suppot es cloud?

tarungka commented 1 year ago

Yes, it only supports es cloud. But you can edit the code to connect to your local deployment. All the other migration logic is independent of it.