Go (or Golang) has emerged as one of the most compelling choices for backend development. Originally created at Google to address challenges in building large-scale, concurrent systems, Go combines the efficiency of compiled languages with the simplicity of modern programming practices. This post explores why Go is an excellent choice for backend development and when you should consider using it.
The Kafka Connect API
Apart from core APIs which requires external systems to install Kafka client for the integration, Kafka also supports Kafka Connect API with REST API for the more flexibility in communicating with different systems. This note is to collect list of basic APIs on frequent useage.