norgepaul / DelphiKafkaClient

Apache Kafka Client for Delphi
MIT License
66 stars 30 forks source link

Where can one find the original download sources for the Windows DLLs? #2

Open LarsFosdal opened 3 years ago

LarsFosdal commented 3 years ago

I have issues with downloading DLLs from non-official sources.

norgepaul commented 3 years ago

Hi Lars,

They're a little tricky to find. I got them from the Nuget package here - https://www.nuget.org/packages/librdkafka.redist/.

I keep meaning to add a disclaimer in the readme that says that DelphiKafkaClient has not been tested in production. We decided to stick with Google PubSub, so I never got to play with Kafka in a real environment. Please keep this in mind.

BTW, I think I still owe you a coffee the next time you're in Oslo :) Perhaps not right now though ;)

Cheers, Paul

arkadiusz-wolanski commented 3 years ago

Hi, currently we evaluate DelphiKafkaClient. And so far it works great. We had to modify some points but it works.

@norgepaul Thank you for the good job.

Arek

norgepaul commented 3 years ago

@arkadiusz-wolanski Please consider making a pull request for your changes. Would be great to get any updates back to the repo.

LarsFosdal commented 3 years ago

We'll have that coffee eventually, I hope @norgepaul

Is there a Delphi wrapper for Google PubSub around as well?

LarsFosdal commented 3 years ago

@arkadiusz-wolanski ,

currently we evaluate DelphiKafkaClient. And so far it works great. We had to modify some points but it works.

I'd be interested in seeing your changes as well

arkadiusz-wolanski commented 3 years ago

@LarsFosdal, @norgepaul First, I'm not very familiar with github. I tried to upload my changes, but tortoiseGit told me that I have no Permission to norgepaul/DelphiKafkaClient.git.

I have made some changes to:

Kafka.Classes.pas:

Kafka.Lib.pas

Kafka.Cleint.zip