Spring Integration
See original GitHub issueHi, 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:
- Created 3 years ago
- Comments:8 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing after 1.3.0 where the extra dependencies are not needed. Also the specific reader bug is fixed in 1.3.1.
@tomasAlabes OK thanks - could you open a separate ticket for that? I’ll tag it as Documentation and assign appropriately.