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

Program cannot start normally with Kafka transport #823

Closed
ctlyh3059 opened this issue Apr 4, 2021 · 3 comments
Closed

Program cannot start normally with Kafka transport #823

ctlyh3059 opened this issue Apr 4, 2021 · 3 comments

Comments

@ctlyh3059
Copy link

Using environment: win10 + NETCORE 5.0 + vs2019+CAP5.0.1sourcecode,

using With Kafka, the program stops. But using nuget's cap5.0 is no problem.

@ctlyh3059
Copy link
Author

There is also a problem, JSON parsing error, in the DotNetCore.CAP.Serialization. jsonutf8serializer should be replaced with Newtonsoft.Json Otherwise, jsonexception -- > the JSON value could not be converted to Newtonsoft.Json.Linq .JToken. Path: $ | LineNumber: 0 | BytePositionInLine: 1.

@yang-xiaodong
Copy link
Member

Hello,

This is a bug introduced by version 5.0.1

@yang-xiaodong yang-xiaodong changed the title There is a problem using Kafka Program cannot start normally with Kafka transport Apr 6, 2021
@yang-xiaodong
Copy link
Member

Issue was fixed in 5.0.1 and released to NuGet a few minutes ago

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants