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.

Spring Integration

See original GitHub issue

Hi, I’m trying to replace Confluent’s registry for apicurio in a Spring-Kafka app, and after some fight, exploration and trials I almost got it working (an example and doc for it would be great). At the moment the consumers are not getting the events and I see a lot of these messages:

CDI container is not available

I had to add javax.enterprise:cdi-api:1.2 as a dependency because of a ClassNotFound, but I assume it should be using the Spring CDI, but I don’t know how. For now I’m just using /api/ccompat with the same Confluent SerDes. I’m using the REGISTRY_USE_SPECIFIC_AVRO_READER_CONFIG_PARAM set to true.

Is the CDI configurable to use Spring?

Thanks

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
tomasAlabescommented, Oct 7, 2020

Closing after 1.3.0 where the extra dependencies are not needed. Also the specific reader bug is fixed in 1.3.1.

1reaction
EricWittmanncommented, Aug 3, 2020

@tomasAlabes OK thanks - could you open a separate ticket for that? I’ll tag it as Documentation and assign appropriately.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Integration
Spring Integration enables lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters. Those ...
Read more >
Introduction to Spring Integration | Baeldung
A channel in Spring Integration (and indeed, EAI) is the basic plumbing in an integration architecture. It's the pipe by which messages are ......
Read more >
Spring Integration provides an extension of the ... - GitHub
Spring Integration enables lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters. Those ...
Read more >
Spring Integration Tutorials - Java Code Geeks - 2022
Spring Integration is an open source framework for enterprise application integration. It is a lightweight framework that builds upon the ...
Read more >
Spring Integration Core - Maven Repository
Tags, integrationspring. Ranking, #589 in MvnRepository (See Top Artifacts) #2 in Enterprise Integration. Used By, 707 artifacts ...
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