当前位置:网站首页>flume系列之:拦截器过滤数据
flume系列之:拦截器过滤数据
2022-07-05 18:45:00 【目标博客专家】
flume系列之:拦截器过滤数据
一、kafka空值数据
ConsumerRecord(topic=‘debezium-prod-optics_prod_1h.optics_prod.user_order’, partition=2, offset=3636705, timestamp=1656746091521, timestamp_type=0, key=b’{“schema”:{“type”:“struct”,“fields”:[{“type”:“int32”,“optional”:false,“field”:“order_id”}],“optional”:false,“name”:“debezium_prod_optics_prod_1h.order_prod.user_order.Key”},“playload”:{“order_id”:2752094}}', value=None, headers=[], checksum=None, serialized_key_size=223, serialized_value_size=-1, serialized_header_size=-1)
如上所示:
- value=None
- flume可以使用拦截器过滤掉value为None的kafka消息
二、拦截器过滤空值数据
更多拦截器相关博客请参考博主下面两篇文章:
边栏推荐
- Lombok @builder annotation
- How to quickly advance automated testing? Listen to the personal feelings of the three bat test engineers
- 进程间通信(IPC):共享内存
- Postman核心功能解析 —— 参数化和测试报告
- 数学分析_笔记_第9章:曲线积分与曲面积分
- 手把手教你处理 JS 逆向之图片伪装
- Rse2020/ cloud detection: accurate cloud detection of high-resolution remote sensing images based on weak supervision and deep learning
- Reading notes of Clickhouse principle analysis and Application Practice (5)
- Tupu software digital twin | visual management system based on BIM Technology
- 企业级数据安全,天翼云是这样理解的
猜你喜欢
自动化测试的好处
【历史上的今天】7 月 5 日:Google 之母出生;同一天诞生的两位图灵奖先驱
2022全网最全的腾讯后台自动化测试与持续部署实践【万字长文】
Ultrasonic ranging based on FPGA
C# 语言的基本语法结构
Low code practice of xtransfer, a cross-border payment platform: how to integrate with other medium-sized platforms is the core
1亿单身男女撑起一个IPO,估值130亿
cf:B. Almost Ternary Matrix【对称 + 找规律 + 构造 + 我是构造垃圾】
Summary of six points of MySQL optimization
Powerful tool for collection processing
随机推荐
企业数字化转型之路,从这里开始
Tupu software digital twin smart wind power system
紧固件行业供应商绩效考核繁琐?选对工具才能轻松逆袭!
Postman核心功能解析 —— 参数化和测试报告
5年经验Android程序员面试27天,2022程序员进阶宝典
泰山OFFICE技术讲座:由行的布局高度,谈绘制高度的高度溢出、高度缩水(全网首发)
All you want to know about clothing ERP is here
Benefits of automated testing
XML基础知识概念
华律网牵手观测云,上线系统全链路可观测平台
面试官:Redis 过期删除策略和内存淘汰策略有什么区别?
Oracle Chinese sorting Oracle Chinese field sorting
UDF implementation of Dameng database
Teach you to deal with JS reverse picture camouflage hand in hand
企业级数据安全,天翼云是这样理解的
R语言使用lubridate包处理日期和时间数据实战
SAP feature description
自动化测试的好处
Low code practice of xtransfer, a cross-border payment platform: how to integrate with other medium-sized platforms is the core
进程间通信(IPC):共享内存