Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add reactive-stream support #16

Open
He-Pin opened this issue Aug 6, 2015 · 1 comment
Open

add reactive-stream support #16

He-Pin opened this issue Aug 6, 2015 · 1 comment
Labels

Comments

@He-Pin
Copy link
Contributor

He-Pin commented Aug 6, 2015

netty/netty#3902

I think it would be nice.

I am currently using reactive-kafka to consume protobuf message,and then pumping it to graylog.

message LoggingEvent {
    required LoggingLevel level = 1;
    required string host = 2 [default = "localhost"];
    optional string source = 3;
    optional string thread = 4;
    optional string logClass = 5;
    optional int64 timestamp = 6;
    message LoggingMDCEntity{
        required string key = 1;
        required string value =2;
    }
    repeated LoggingMDCEntity mdc =7;
    optional string message = 8;
    optional string stackTrace = 9;
}



enum LoggingLevel {
    ERROR = 1;
    WARNING = 2;
    INFO = 3;
    DEBUG = 4;
}
@He-Pin
Copy link
Contributor Author

He-Pin commented Aug 7, 2015

@bernd bernd added the feature label Aug 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants