
3/2/2021 · Vitalii Rudenskyi
What this post added
This post introduces two new Kafka Connectors: NettySource, which allows receiving data from network devices using TCP and UDP protocols, and PollableAPIClient, which enables pulling data from remote APIs. It details their configurations, including advanced options like TLS/SSL support, multiple tasks, health checks, and high availability deployments for NettySource. It also covers customization options for NettySource based on Netty's event model and discusses the architecture of PollableAPIClient, which separates data ingestion from Kafka Connect API details. Additionally, it mentions a Transformations library for data manipulation.