Re: JNI linker issue on ARM (Raspberry PI)

2020-08-27 Thread Guozhang Wang
Thanks for the update Steve! This is very helpful and I find the blog is a good read too! Appreciate your contribution to the community. Guozhang On Thu, Aug 27, 2020 at 11:06 AM Steve Jones wrote: > Ok so an update here, it's just a learning thing alongside the day job so > it took a little l

Re: Can we use VIP ip rather than Kafka Broker host name in bootstrap string

2020-08-27 Thread Kurt Rudolph
I use a VIP in my production system and I haven't had any issues On Wed, Aug 26, 2020 at 5:21 PM Peter Bukowinski wrote: > I do something like this in my environment to simplify things. We use a > consul service address, e.g ‘kafka.service.subdomain.consul', to provide > the VIP, which returns t

Re: JNI linker issue on ARM (Raspberry PI)

2020-08-27 Thread Steve Jones
Ok so an update here, it's just a learning thing alongside the day job so it took a little longer than expected. I upgraded to 2.6 but the same thing happened, the reason is that rocksDB doesn't include the .so for the Raspberry Pi platform, hence the linker error. Solution was to build the JNI j