Giter Site home page Giter Site logo

kafker's People

Contributors

xtrmstep avatar

Watchers

 avatar  avatar  avatar

kafker's Issues

Error when calling `kafker extract -?`

When calling the command kafker extract -? it throws an error: An error has occurred: Unable to cast object of type 'OffsetKindValidator' to type 'McMaster.Extensions.CommandLineUtils.Validation.AttributeValidator'.

Emit doesn't recognize INT values in CSV file

For the case when a value clearly integer, the emit command converts everything to string representation with symbol ". For example, operator_id is integer:

event.metric_code;event.operator_customer;event.operator_id;event.customer_id;event.metric_value
customer_single_bet_stake;20060_23405493;20060;23405493;7.252267499999999

But in JSON in Kafka it will be represented as a string: "operator_id":"20060"

It should preserve the integer type and generate it as follows: "operator_id":20060

When called from random location cannot find some location

PS C:\WINDOWS\system32> kafka-topic-extractor.exe list
Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'path')
at System.IO.Path.GetFullPath(String path)
at KafkaTopicExtractor.Commands.ListCommand.InvokeAsync() in C:\projects\kafka-topic-exporter\src\KafkaTopicExtractor\Commands\ListCommand.cs:line 26
at KafkaTopicExtractor.Program.<>c__DisplayClass0_0.<

b__7>d.MoveNext() in C:\projects\kafka-topic-exporter\src\KafkaTopicExtractor\Program.cs:line 72
--- End of stack trace from previous location where exception was thrown ---
at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken)
at KafkaTopicExtractor.Program.Main(String[] args) in C:\projects\kafka-topic-exporter\src\KafkaTopicExtractor\Program.cs:line 97
at KafkaTopicExtractor.Program.(String[] args)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.