You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Mike Wilkerson (Created) (JIRA)" <ji...@apache.org> on 2011/11/03 17:05:32 UTC

[jira] [Created] (KAFKA-185) The files in the kafka\clients\csharp\src\Kafka\Kafka.Client\cfg folder of the csharp client are out of date.

The files in the kafka\clients\csharp\src\Kafka\Kafka.Client\cfg folder of the csharp client are out of date.
-------------------------------------------------------------------------------------------------------------

                 Key: KAFKA-185
                 URL: https://issues.apache.org/jira/browse/KAFKA-185
             Project: Kafka
          Issue Type: Bug
         Environment: Dotnet csharp
            Reporter: Mike Wilkerson


When I open the Kafka.sln there are many files missing. When I remove the missing and add the files that are in the cfg folder I get many other errors. I think these files are from a newer version and the latest files have not been added.

This is the complete list of missing files.

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

Exceptions\IllegalStateException.cs
Exceptions\InvalidMessageSizeException.cs
Exceptions\NoSuchElementException.cs
Exceptions\UnknownCodecException.cs

Messages\CompressionCodec.cs
Messages\CompressionCodecs.cs
Messages\CompressionUtils.cs
Messages\MessageAndOffset.cs

KafkaStopWatch.cs




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KAFKA-185) The files in the kafka\clients\csharp\src\Kafka\Kafka.Client\cfg folder of the csharp client are out of date.

Posted by "Roland Unterberger (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KAFKA-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13228510#comment-13228510 ] 

Roland Unterberger commented on KAFKA-185:
------------------------------------------

I'm also a big fan of your architecture, but as Brent we also need the c# web code.
                
> The files in the kafka\clients\csharp\src\Kafka\Kafka.Client\cfg folder of the csharp client are out of date.
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-185
>                 URL: https://issues.apache.org/jira/browse/KAFKA-185
>             Project: Kafka
>          Issue Type: Bug
>         Environment: Dotnet csharp
>            Reporter: Mike Wilkerson
>
> When I open the Kafka.sln there are many files missing. When I remove the missing and add the files that are in the cfg folder I get many other errors. I think these files are from a newer version and the latest files have not been added.
> This is the complete list of missing files.
> Cfg\AsyncProducerConfiguration.cs
> Cfg\BrokerConfiguration.cs
> Cfg\BrokerConfigurationElement.cs
> Cfg\BrokerConfigurationElementCollection.cs
> Cfg\ConsumerConfigurationSection.cs
> Cfg\ConsumerConfiguration.cs
> Cfg\ProducerConfiguration.cs
> Cfg\ProducerConfigurationSection.cs
> Cfg\ZooKeeperConfigurationElement.cs
> Cfg\ZooKeeperServerConfigurationElement.cs
> Cfg\ZooKeeperServerConfigurationElementCollection.cs
> Cfg\SyncProducerConfiguration.cs
> Cfg\ZooKeeperConfiguration.cs
> Exceptions\IllegalStateException.cs
> Exceptions\InvalidMessageSizeException.cs
> Exceptions\NoSuchElementException.cs
> Exceptions\UnknownCodecException.cs
> Messages\CompressionCodec.cs
> Messages\CompressionCodecs.cs
> Messages\CompressionUtils.cs
> Messages\MessageAndOffset.cs
> KafkaStopWatch.cs

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KAFKA-185) The files in the kafka\clients\csharp\src\Kafka\Kafka.Client\cfg folder of the csharp client are out of date.

Posted by "T Dholakia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KAFKA-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13460771#comment-13460771 ] 

T Dholakia commented on KAFKA-185:
----------------------------------

I am also looking for a way to use Kafka CSharp client... any updates on missing files?
                
> The files in the kafka\clients\csharp\src\Kafka\Kafka.Client\cfg folder of the csharp client are out of date.
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-185
>                 URL: https://issues.apache.org/jira/browse/KAFKA-185
>             Project: Kafka
>          Issue Type: Bug
>         Environment: Dotnet csharp
>            Reporter: Mike Wilkerson
>
> When I open the Kafka.sln there are many files missing. When I remove the missing and add the files that are in the cfg folder I get many other errors. I think these files are from a newer version and the latest files have not been added.
> This is the complete list of missing files.
> Cfg\AsyncProducerConfiguration.cs
> Cfg\BrokerConfiguration.cs
> Cfg\BrokerConfigurationElement.cs
> Cfg\BrokerConfigurationElementCollection.cs
> Cfg\ConsumerConfigurationSection.cs
> Cfg\ConsumerConfiguration.cs
> Cfg\ProducerConfiguration.cs
> Cfg\ProducerConfigurationSection.cs
> Cfg\ZooKeeperConfigurationElement.cs
> Cfg\ZooKeeperServerConfigurationElement.cs
> Cfg\ZooKeeperServerConfigurationElementCollection.cs
> Cfg\SyncProducerConfiguration.cs
> Cfg\ZooKeeperConfiguration.cs
> Exceptions\IllegalStateException.cs
> Exceptions\InvalidMessageSizeException.cs
> Exceptions\NoSuchElementException.cs
> Exceptions\UnknownCodecException.cs
> Messages\CompressionCodec.cs
> Messages\CompressionCodecs.cs
> Messages\CompressionUtils.cs
> Messages\MessageAndOffset.cs
> KafkaStopWatch.cs

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KAFKA-185) The files in the kafka\clients\csharp\src\Kafka\Kafka.Client\cfg folder of the csharp client are out of date.

Posted by "Brent Mills (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KAFKA-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219497#comment-13219497 ] 

Brent Mills commented on KAFKA-185:
-----------------------------------

We are switching our analytics platform over to a message queuing solution and I'm a big fan of the architecture of kafka.  Unfortunately our web code is c# and this is a complete blocker for any implementation we do.
                
> The files in the kafka\clients\csharp\src\Kafka\Kafka.Client\cfg folder of the csharp client are out of date.
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-185
>                 URL: https://issues.apache.org/jira/browse/KAFKA-185
>             Project: Kafka
>          Issue Type: Bug
>         Environment: Dotnet csharp
>            Reporter: Mike Wilkerson
>
> When I open the Kafka.sln there are many files missing. When I remove the missing and add the files that are in the cfg folder I get many other errors. I think these files are from a newer version and the latest files have not been added.
> This is the complete list of missing files.
> Cfg\AsyncProducerConfiguration.cs
> Cfg\BrokerConfiguration.cs
> Cfg\BrokerConfigurationElement.cs
> Cfg\BrokerConfigurationElementCollection.cs
> Cfg\ConsumerConfigurationSection.cs
> Cfg\ConsumerConfiguration.cs
> Cfg\ProducerConfiguration.cs
> Cfg\ProducerConfigurationSection.cs
> Cfg\ZooKeeperConfigurationElement.cs
> Cfg\ZooKeeperServerConfigurationElement.cs
> Cfg\ZooKeeperServerConfigurationElementCollection.cs
> Cfg\SyncProducerConfiguration.cs
> Cfg\ZooKeeperConfiguration.cs
> Exceptions\IllegalStateException.cs
> Exceptions\InvalidMessageSizeException.cs
> Exceptions\NoSuchElementException.cs
> Exceptions\UnknownCodecException.cs
> Messages\CompressionCodec.cs
> Messages\CompressionCodecs.cs
> Messages\CompressionUtils.cs
> Messages\MessageAndOffset.cs
> KafkaStopWatch.cs

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira