You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Ozan Seymen <Oz...@tdpg.com> on 2012/04/11 21:04:46 UTC

Compiling C# Client

Hi all,

I am trying to compile the C# client, but so far without success.

After removing all license comments from relevant files, I've realized that there are some classes missing in the solution which are referenced from other classes.

For example, CompressionCodecs.cs and CompressionCodec.cs files are referenced within the project file but those files don't exist under http://svn.apache.org/repos/asf/incubator/kafka/trunk/clients/csharp/src/Kafka/Kafka.Client/Messages/. CompressionCodecs class is referenced from within BufferedMessageSet class which obviously fails the build.

Am I using an incorrect repository? Any help is appreciated.

Cheers,
OS


This e-mail and any attached files are intended for the named addressee only. It contains information which may be confidential and legally privileged and also protected by copyright. Unless you are the named addressee (or authorised to receive for the addressee) you may not copy or use it or disclose it to anyone else. If you received it in error please notify the sender immediately and then delete it from your system.

Please be advised that the views and opinions expressed in this e-mail may not reflect the views and opinions of The Digital Property Group Limited or any of its subsidiary companies.

We make every effort to keep our network free from viruses. However, you do need to check this e-mail and any attachments to it for viruses as we can take no responsibility for any computer virus which may be transferred by way of this e-mail. We reserve the right to monitor all e-mail communications.

The Digital Property Group Limited is a Daily Mail and General Trust plc company.
Registered Office: Northcliffe House, 2 Derry Street, London, W8 5TT.
Registered in England & Wales No: 02290527  VAT no. 243571174

______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________

Re: Compiling C# Client

Posted by Eric Hauser <ew...@gmail.com>.
We have an updated fork available here that works:

https://github.com/exacttargetdev/kafka/tree/feature/et-develop

This needs to be submitted back as a patch.

On Thu, Apr 12, 2012 at 2:29 PM, Ozan Seymen <Oz...@tdpg.com> wrote:

> Here are the missing files for your information:
>
> /Cfg/AsyncProducerConfiguration.cs
> /Cfg/BrokerConfiguration.cs
> /Cfg/BrokerConfigurationElement.cs
> /Cfg/BrokerConfigurationElementCollection.cs
> /Cfg/ConsumerConfiguration.cs
> /Cfg/ConsumerConfigurationSection.cs
> /Cfg/ProducerConfiguration.cs
> /Cfg/ProducerConfigurationSection.cs
> /Cfg/SyncProducerConfiguration.cs
> /Cfg/ZooKeeperConfiguration.cs
> /Cfg/ZooKeeperConfigurationElement.cs
> /Cfg/ZooKeeperServerConfigurationElement.cs
> /Cfg/ZooKeeperServerConfigurationElementCollection.cs
>
> /Exceptions/IllegalStateException.cs
> /Exceptions/InvalidMessageSizeException.cs
> /Exceptions/NoSuchElementException.cs (irony!...)
> /Exceptions/UnknownCodecException.cs
>
> /Messages/CompressionCodec.cs
> /Messages/CompressionCodecs.cs
> /Messages/CompressionUtils.cs
> /Messages/MessageAndOffset.cs
>
> /KafkaStopWatch.cs
>
> Cheers,
> Ozan
>
> ________________________________________
> From: Ozan Seymen [Ozan.Seymen@tdpg.com]
> Sent: 11 April 2012 20:04
> To: kafka-users@incubator.apache.org
> Subject: Compiling C# Client
>
> Hi all,
>
> I am trying to compile the C# client, but so far without success.
>
> After removing all license comments from relevant files, I've realized
> that there are some classes missing in the solution which are referenced
> from other classes.
>
> For example, CompressionCodecs.cs and CompressionCodec.cs files are
> referenced within the project file but those files don't exist under
> http://svn.apache.org/repos/asf/incubator/kafka/trunk/clients/csharp/src/Kafka/Kafka.Client/Messages/.
> CompressionCodecs class is referenced from within BufferedMessageSet class
> which obviously fails the build.
>
> Am I using an incorrect repository? Any help is appreciated.
>
> Cheers,
> OS
>
>
> This e-mail and any attached files are intended for the named addressee
> only. It contains information which may be confidential and legally
> privileged and also protected by copyright. Unless you are the named
> addressee (or authorised to receive for the addressee) you may not copy or
> use it or disclose it to anyone else. If you received it in error please
> notify the sender immediately and then delete it from your system.
>
> Please be advised that the views and opinions expressed in this e-mail may
> not reflect the views and opinions of The Digital Property Group Limited or
> any of its subsidiary companies.
>
> We make every effort to keep our network free from viruses. However, you
> do need to check this e-mail and any attachments to it for viruses as we
> can take no responsibility for any computer virus which may be transferred
> by way of this e-mail. We reserve the right to monitor all e-mail
> communications.
>
> The Digital Property Group Limited is a Daily Mail and General Trust plc
> company.
> Registered Office: Northcliffe House, 2 Derry Street, London, W8 5TT.
> Registered in England & Wales No: 02290527  VAT no. 243571174
>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com
> ______________________________________________________________________
>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com
> ______________________________________________________________________
>
> This e-mail and any attached files are intended for the named addressee
> only. It contains information which may be confidential and legally
> privileged and also protected by copyright. Unless you are the named
> addressee (or authorised to receive for the addressee) you may not copy or
> use it or disclose it to anyone else. If you received it in error please
> notify the sender immediately and then delete it from your system.
>
> Please be advised that the views and opinions expressed in this e-mail may
> not reflect the views and opinions of The Digital Property Group Limited or
> any of its subsidiary companies.
>
> We make every effort to keep our network free from viruses. However, you
> do need to check this e-mail and any attachments to it for viruses as we
> can take no responsibility for any computer virus which may be transferred
> by way of this e-mail. We reserve the right to monitor all e-mail
> communications.
>
> The Digital Property Group Limited is a Daily Mail and General Trust plc
> company.
> Registered Office: Northcliffe House, 2 Derry Street, London, W8 5TT.
> Registered in England & Wales No: 02290527  VAT no. 243571174
>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com
> ______________________________________________________________________
>

RE: Compiling C# Client

Posted by Ozan Seymen <Oz...@tdpg.com>.
Here are the missing files for your information:

/Cfg/AsyncProducerConfiguration.cs
/Cfg/BrokerConfiguration.cs
/Cfg/BrokerConfigurationElement.cs
/Cfg/BrokerConfigurationElementCollection.cs
/Cfg/ConsumerConfiguration.cs
/Cfg/ConsumerConfigurationSection.cs
/Cfg/ProducerConfiguration.cs
/Cfg/ProducerConfigurationSection.cs
/Cfg/SyncProducerConfiguration.cs
/Cfg/ZooKeeperConfiguration.cs
/Cfg/ZooKeeperConfigurationElement.cs
/Cfg/ZooKeeperServerConfigurationElement.cs
/Cfg/ZooKeeperServerConfigurationElementCollection.cs

/Exceptions/IllegalStateException.cs
/Exceptions/InvalidMessageSizeException.cs
/Exceptions/NoSuchElementException.cs (irony!...)
/Exceptions/UnknownCodecException.cs

/Messages/CompressionCodec.cs
/Messages/CompressionCodecs.cs
/Messages/CompressionUtils.cs
/Messages/MessageAndOffset.cs

/KafkaStopWatch.cs

Cheers,
Ozan

________________________________________
From: Ozan Seymen [Ozan.Seymen@tdpg.com]
Sent: 11 April 2012 20:04
To: kafka-users@incubator.apache.org
Subject: Compiling C# Client

Hi all,

I am trying to compile the C# client, but so far without success.

After removing all license comments from relevant files, I've realized that there are some classes missing in the solution which are referenced from other classes.

For example, CompressionCodecs.cs and CompressionCodec.cs files are referenced within the project file but those files don't exist under http://svn.apache.org/repos/asf/incubator/kafka/trunk/clients/csharp/src/Kafka/Kafka.Client/Messages/. CompressionCodecs class is referenced from within BufferedMessageSet class which obviously fails the build.

Am I using an incorrect repository? Any help is appreciated.

Cheers,
OS


This e-mail and any attached files are intended for the named addressee only. It contains information which may be confidential and legally privileged and also protected by copyright. Unless you are the named addressee (or authorised to receive for the addressee) you may not copy or use it or disclose it to anyone else. If you received it in error please notify the sender immediately and then delete it from your system.

Please be advised that the views and opinions expressed in this e-mail may not reflect the views and opinions of The Digital Property Group Limited or any of its subsidiary companies.

We make every effort to keep our network free from viruses. However, you do need to check this e-mail and any attachments to it for viruses as we can take no responsibility for any computer virus which may be transferred by way of this e-mail. We reserve the right to monitor all e-mail communications.

The Digital Property Group Limited is a Daily Mail and General Trust plc company.
Registered Office: Northcliffe House, 2 Derry Street, London, W8 5TT.
Registered in England & Wales No: 02290527  VAT no. 243571174

______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________

______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________

This e-mail and any attached files are intended for the named addressee only. It contains information which may be confidential and legally privileged and also protected by copyright. Unless you are the named addressee (or authorised to receive for the addressee) you may not copy or use it or disclose it to anyone else. If you received it in error please notify the sender immediately and then delete it from your system.

Please be advised that the views and opinions expressed in this e-mail may not reflect the views and opinions of The Digital Property Group Limited or any of its subsidiary companies.

We make every effort to keep our network free from viruses. However, you do need to check this e-mail and any attachments to it for viruses as we can take no responsibility for any computer virus which may be transferred by way of this e-mail. We reserve the right to monitor all e-mail communications.

The Digital Property Group Limited is a Daily Mail and General Trust plc company.
Registered Office: Northcliffe House, 2 Derry Street, London, W8 5TT.
Registered in England & Wales No: 02290527  VAT no. 243571174

______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________