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

kafka producer: invalid text format #668

Closed
dmachard opened this issue Apr 3, 2024 · 0 comments · Fixed by #694
Closed

kafka producer: invalid text format #668

dmachard opened this issue Apr 3, 2024 · 0 comments · Fixed by #694
Labels
bug Something isn't working
Milestone

Comments

@dmachard
Copy link
Owner

dmachard commented Apr 3, 2024

Describe the bug

func (k *KafkaProducer) ReadConfig() {
if len(k.config.Loggers.RedisPub.TextFormat) > 0 {
k.textFormat = strings.Fields(k.config.Loggers.RedisPub.TextFormat)

@dmachard dmachard added the bug Something isn't working label Apr 3, 2024
@dmachard dmachard added this to the v0.44.0 milestone Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant