惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
Google DeepMind News
Google DeepMind News
Apple Machine Learning Research
Apple Machine Learning Research
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
L
LangChain Blog
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
Hugging Face - Blog
Hugging Face - Blog
G
Google Developers Blog
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
宝玉的分享
宝玉的分享
博客园 - 三生石上(FineUI控件)
D
DataBreaches.Net
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Recent Announcements

Amazon EC2 X8i instances are now available in Europe (Paris) Amazon CloudWatch pipelines now supports drop and conditional processing AWS Deadline Cloud supports monitor creation in multiple regions Amazon CloudWatch pipelines introduces new compliance and governance capabilities Second-generation Amazon FSx for NetApp ONTAP is now available in four additional AWS commercial and AWS GovCloud (US) Regions AWS Billing and Cost Management Dashboards Now Supports Scheduled Email Delivery AWS RTB Fabric supports health checks for real-time bidding workloads AWS Backup extends Amazon FSx support to 5 additional AWS Regions and expands cross-Region and cross-account copy to 14 AWS Regions Amazon RDS now supports the latest CU and GDR updates for Microsoft SQL Server Amazon Timestream for InfluxDB Now Supports Customer-Defined Maintenance Windows Amazon Bedrock now supports cost allocation by IAM user and role Amazon OpenSearch Service supports Managed Prometheus and agent tracing Amazon S3 Lifecycle pauses actions on objects that are unable to replicate Amazon RDS Blue/Green Deployments now supports Amazon RDS Proxy AWS Marketplace announces the Discovery API for programmatic access to catalog data AWS Agent Registry for centralized agent discovery and governance is now available in Preview Amazon OpenSearch Serverless now supports Zstandard (zstd) codec for index compression AWS Private CA now supports customer managed permissions for cross-account sharing Amazon EC2 Capacity Manager now supports tag-based dimensions Amazon Route 53 Resolver endpoints now support DNS delegation for private hosted zones in AWS GovCloud (US) Regions SageMaker HyperPod now supports gang scheduling for distributed training workloads Amazon IVS 实时直播功能现已支持冗余摄取 Amazon EKS 托管节点组现在支持 EC2 Auto Scaling 暖池 Amazon Bedrock AgentCore 浏览器新增操作系统级交互功能 Amazon WorkSpaces Advisor now available for AI-powered troubleshooting Amazon OpenSearch Service now supports Graviton4 based i8ge instances Oracle Database@AWS is now available in twelve AWS Regions AWS Lambda expands response streaming support to all commercial AWS Regions AWS Cost Explorer launches Natural Language Query capabilities powered by Amazon Q Amazon Lightsail 现已在亚太地区(马来西亚)区域推出
Amazon Keyspaces(Apache Cassandra 兼容)现提供 CDC 迭代...
Amazon Web Services · 2026-06-04 · via Recent Announcements

Amazon Keyspaces(Apache Cassandra 兼容)现可在变更数据捕获(CDC)流的 GetRecords 响应中返回迭代器位置,从而指示使用者是否已到达流的末端,或是否还有其他记录可用。Amazon Keyspaces 是一项可扩展、无服务器且与 Apache Cassandra 兼容的托管数据库服务,可让客户在 AWS 上运行 Cassandra 工作负载,而无需管理基础设施。CDC 流可捕获 Keyspaces 表的行级更改,以便客户能够与下游分析、复制和事件驱动型应用程序集成。

以前,无论是否有新记录可用,客户都会以固定频率轮询 CDC 流,从而导致资源使用效率低下并产生不必要的 CDC 使用成本。利用迭代器位置,客户现在可以根据迭代器是处于末端还是有待处理的记录来调整轮询频率,从而降低 CDC 使用成本并确保及时处理数据。GetRecords 响应现在包括一个带 iteratorPosition 字段的 iteratorDescription 结构,该字段返回 AT_TIP 或 BEHIND_TIP,使客户能够优化其数据集成管道和事件驱动型架构。

这项功能已在支持 Amazon Keyspaces CDC 的所有 AWS 区域推出。要使用这项功能,客户需要将 AWS SDK 更新至最新版本。要了解更多信息,请访问 Amazon Keyspaces 产品页面,并参阅《Amazon Keyspaces 开发人员指南》中的 使用变更数据捕获(CDC)流