secor icon indicating copy to clipboard operation
secor copied to clipboard

Multiple brokers

Open suminb opened this issue 6 years ago • 2 comments

The current implementation of Secor supports a single broker server only. Do you have any plan to extend to support multiple brokers? I've noticed something related has been discussed in a different ticket (https://github.com/pinterest/secor/issues/134#issuecomment-219106650), but couldn't find any further development on this topic.

suminb avatar Nov 20 '19 05:11 suminb

I think it should be easy to extend the bootstrap servers to a list of brokers, https://github.com/pinterest/secor/issues/134 has context on how to do it.

On Tue, Nov 19, 2019 at 9:08 PM Sumin Byeon [email protected] wrote:

The current implementation of Secor supports a single broker server only. Do you have any plan to extend to support multiple brokers? I've noticed something related has been discussed in a different ticket (#134 (comment) https://github.com/pinterest/secor/issues/134#issuecomment-219106650), but couldn't find any further development on this topic.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pinterest/secor/issues/1076?email_source=notifications&email_token=ABYJP753GSTQ5K7EES2ATE3QUTA5ZA5CNFSM4JPNLXB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2SWZJA, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYJP76FPRG3RNHG7HZLC6TQUTA5ZANCNFSM4JPNLXBQ .

HenryCaiHaiying avatar Nov 20 '19 20:11 HenryCaiHaiying

It should be easy to add a config property kafka.bootstrap.servers=host1:9092,host2:9092

Let me know if you still require this.

HenryCaiHaiying avatar May 22 '20 06:05 HenryCaiHaiying