腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
春季云流模式中缺少的AvroSchemaMessageConverter类1.2.0.RC1
、
、
、
<dependency> <artifactId>
spring
-
cloud
-
stream
-schema</artifactId> </dependency> 当我查看
spring
-
cloud
浏览 4
提问于2017-04-03
得票数 0
回答已采纳
1
回答
无法使用合流模式注册表和反序列化
Avro
消息
、
、
、
、
我正在使用和注册
Avro
模式。这是我的财产。
spring
.
cloud
.
stream
.schemaRegistryClient.endpoint=
spring
.
cloud
.
stream
.bindings.output.contentType=application/*+
avro
spring
.
cloud</
浏览 4
提问于2017-08-22
得票数 2
1
回答
合流模式注册表的
Spring
Cloud
Stream
Kafka无法向通道输出发送消息
、
、
、
、
我想用Confluent Schema Registry和
Avro
Schema演进测试
Spring
Cloud
Stream
,以便将其与我的应用程序集成。我发现
Spring
Cloud
Stream
不支持到Confluent Schema Registry的安全连接,而且实现仍然非常基础。因此,我决定将Confluent Schema Registry Client与
Spring
Kafka结合使用,用于模式注册部分,并使用
Spring</e
浏览 29
提问于2019-04-25
得票数 1
1
回答
在发送
avro
消息时获取异常,异常是注册
Avro
模式的org.apache.kafka.common.errors.SerializationException:错误:
、
、
、
、
我正在使用
spring
云流并试图发布
avro
消息,但是得到了上述异常,
spring
.
cloud
.
stream
.bindings.feed-output-channel.producer.useNativeEncoding=true
spring
.
cloud
.
浏览 14
提问于2022-01-21
得票数 0
回答已采纳
1
回答
反序列化
avro
类时“格式错误的数据。长度为负数”
、
、
、
、
:
stream
: output: input:Length is negative: -62 at org.springframework.
cloud
.
stream
.binding.StreamListenerAnnotationBeanPostProcessorStreamListenerMessageHandler.handleRequestMessage(St
浏览 20
提问于2017-02-19
得票数 0
2
回答
使用
Avro
的无法正确转换字符串消息
这个问题发生在我设置了
Avro
消息转换器之后。如果我删除
Avro
消息转换器并使用StreamListener来处理消息转换,它将很好地工作。源application.properties
spring
.
cloud
.
stream
.bindings.toGreeting.contentType=application/*+<e
浏览 13
提问于2017-06-28
得票数 0
回答已采纳
1
回答
应用程序运行时异常不会发送到errorChannel或无法侦听errorChannel的ServiceActivator。
、
、
、
=true
spring
.
cloud
.
stream
.kafka.streams.bindings.input.consumer.keySerde=io.confluent.kafka.streams.serdes.
avro
.SpecificAvroSerde
spring
.
cloud
.
stream
.kafka.streams.bindings.input.consumer.valueSerde=io.confluent.kafka.streams.serdes.
a
浏览 1
提问于2019-06-07
得票数 0
回答已采纳
4
回答
在
Stream
中是否可能有多个@StreamListener?
、
static com.kstream.
spring
.
cloud
.test1.MyBinding.TOPIC1_IN;
spring
.
cloud
.
stream
.bindings.topic1In.consumer.header-mode=raw
spring
.
cloud
.
stream
.kafka.streams.bindings
浏览 0
提问于2019-03-13
得票数 4
回答已采纳
1
回答
如何测试使用
Avro
和合流模式注册表的应用程序?
、
、
、
、
我很难弄清楚如何测试使用
Avro
作为消息格式和(合流)模式注册表的应用程序。配置可以如下所示: application:
cloud
: schema-registry-clientorg.apache.kafka.common.serialization.Serdes$IntegerSerde registry:
浏览 0
提问于2019-07-31
得票数 1
回答已采纳
1
回答
Spring
Cloud
Stream
+
Avro
、
我无法使用功能供应商发送
Avro
消息。SCSt尝试将消息作为JSON发送,但失败了。有人能指出是否需要任何额外的配置吗?setAcceleration(random.nextFloat()) .build();
cloud
: endpoint: http://localhost:8990 <
浏览 16
提问于2020-11-18
得票数 0
回答已采纳
2
回答
如何配置
Spring
以生成
Avro
?
、
、
、
、
spring
.
cloud
.
stream
.function.definition=streamBridge
spring
.
cloud
浏览 0
提问于2020-06-29
得票数 2
回答已采纳
2
回答
如何用弹簧引导和弹簧云流在kafka生产者上设置
avro
内容类型
、
、
我试图用
avro
消息生产者、kafka和
avro
消费者构建一个使用
spring
引导、
spring
云流模式注册表和kafka绑定器的工作示例。o.s.c.s.b.k.KafkaMessageChannelBinder :无法使用contentType java.lang.NullPointerException反序列化io.igx.android.Sensor 我有消费者端的
spring
.
cloud
.
stream
.bindings.output.contentType=a
浏览 6
提问于2017-03-09
得票数 1
1
回答
在应用映射函数时获取Kafka流类在同一类上强制转换异常
、
、
、
UserRecordSerde extends SpecificAvroSerde
spring
.
cloud
.
stream
.bindings.input.destination: userTopic
spring
.
cloud
.
stream
.kafka.streams.b
浏览 2
提问于2018-04-16
得票数 4
回答已采纳
1
回答
Spring
云流绑定器kafka不能在Netty上运行
、
我注意到如果我有在我的gradle文件中,
spring
boot如果我删除而不是从Netty开始。这是不是某种设计
浏览 8
提问于2017-12-25
得票数 1
回答已采纳
1
回答
Spring
函数不使用
Avro
反序列化器
、
、
io.confluent:kafka-
avro
-serializer:7.1.1") // https://mvnrepository.com/artifact/org.springframework.
cloud
浏览 7
提问于2022-09-06
得票数 0
回答已采纳
1
回答
Spring
cloud
stream
kafka
avro
反序列化
、
、
我正在编写一个使用
Avro
消息的
spring
云流接收器应用程序。我试图让应用程序使用这些消息,但是我得到了以下错误。{ return "hello";}
spring
.
cloud
.
stream
.bindings.input.destination=user_topic
spring
.
cloud
浏览 1
提问于2018-09-19
得票数 1
1
回答
在
Spring
Cloud
Dataflow中激活
Avro
消息转换器
、
、
、
我正在
Spring
Cloud
Dataflow上实现一个流应用程序。我想使用基于
Avro
的模式注册表客户端进行序列化和模式控制。</groupId> <version>1.1.1.RELEASE</version> </dependency
浏览 2
提问于2017-02-13
得票数 2
回答已采纳
1
回答
[
Spring
Cloud
][ pubsub ]读取来自pubsub的
avro
消息
、
、
、
我有一个数据流作业,它将
avro
消息写入PubSub:然后,我想处理
Spring
应用程序中的消息一般来说,我使用的是org.springframework.
cloud
.
spring
-
cloud
-gcp-starter-pubsub和org.springframework.
cloud
.
spring
-
cloud
-
stream
-sche
浏览 0
提问于2018-05-11
得票数 0
2
回答
消费单个json,发布多条
AVRO
消息
、
、
、
、
我对
Spring
kafka
Stream
是个新手。我最近设置了一个项目,并尝试使用kafka
stream
API来发布
AVRO
。解析Json并为每个子json发送
AVRO
消息。它也可以是一个或多个。 我知道如何使用kafka客户端API来做到这一点。这很简单,可以用循环来完成,但是用
Stream
API,我是个新手。当前
stream
类的代码如下: @Service@EnableBinding(StreamBindings.class) public
浏览 38
提问于2021-08-12
得票数 0
1
回答
春云流卡夫卡多重消费者。是否有方法分别为每个使用者配置反序列化器?
我使用的是带有卡夫卡绑定的小枝云流。我有多个不同内容类型的消费者。是否有一种方法可以配置反序列化器的基础上?
浏览 0
提问于2021-03-16
得票数 0
回答已采纳
点击加载更多
相关
资讯
Spring Cloud Stream简单入门
Spring Cloud Stream如何处理消息重复消费?
精通springcloud:消息驱动的微服务,了解Spring Cloud Stream
译:基于Spring Cloud Stream构建和测试 message-driven 微服务
(一)Spring Cloud复习笔记之Spring Cloud介绍
热门
标签
更多标签
云服务器
ICP备案
云点播
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券