question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Producers(...) not working

See original GitHub issue

When using springwolf-kafka 0.3.0 and springwolf-ui 0.3.1 and trying to declare multiple producers the portal does not show any channels.

return AsyncApiDocket.builder()
                .basePackage("foo.bar")
                .info(info)
                .server("kafka", Server.builder().protocol("kafka").url(BOOTSTRAP_SERVERS).build())
                .producers(List.of(
                        topicProducerData1,
                        topicProducerData2
                ))
                .build();

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
schrepflercommented, Jan 8, 2022

Sure thing

        ProducerData marketTopicProducerData = ProducerData.builder()
                .channelName(marketTopicName)
                .binding(Map.of("kafka", new KafkaOperationBinding()))
                .payloadType(MarketEnvelope.class)
                .build();

        ProducerData paramsTopicProducerData = ProducerData.builder()
                .channelName(paramsTopicName)
                .binding(Map.of("kafka", new KafkaOperationBinding()))
                .payloadType(ParamsEnvelope.class)
                .build();
0reactions
stavshamircommented, May 3, 2022

Closing as I can’t seem to reproduce it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting Amazon Kinesis Data Streams Producers
The following sections offer solutions to some common problems you may find while working with Amazon Kinesis Data Streams producers.
Read more >
is Producer not working / having issues for you? - mwallpapers
Producer app may not be working for you due to some issues that your device may have or your internet connection problem. If...
Read more >
Solving the Producer Problem with RevThink - School of Motion
The motion graphics industry is in a talent crunch, and the problem seems to be a lack of talented producers. We sat down...
Read more >
Kafka producer not working in windows - Stack Overflow
The kafka producer program given below is not running in Windows through Eclipse while it runs in Unix platform (i.e works fine when...
Read more >
Compression in producer not working · Issue #1455 - GitHub
I have similar issue, I'm trying to send a big message setting CompressionType = GZip but producer reject it with « Message too...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found