Skip to content

NimTechnology

Trình bày các công nghệ CLOUD một cách dễ hiểu.

  • Kubernetes & Container
    • Docker
    • Kubernetes
      • Ingress
      • Pod
    • Helm Chart
    • OAuth2 Proxy
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Argo Events
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • DevSecOps
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
      • Azure Cloud
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log, Monitor & Tracing
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form
[window/NAT] Biến windows server thành router NAT. BareMetal
[Jenkins] Scripted Pipeline lesson 12: Options _ CheckoutToSubdirectory. Jenkins
[CoreDNS] How to improve the Coredns performance. AWS - Amazon Web Service
[Jenkins] Lesson 11: overrideIndexTriggers in Jenkins Pipeline Jenkins
[Argo-Workflows] Lesson4: Script result – receive the output result of another task to make the input parameter. ArgoWorkflows

[Lenses/kafka] Fix the problem “Cannot extract connector information from the configuration provided” when creating connector Kafka-connect

Posted on February 23, 2022April 3, 2022 By nim No Comments on [Lenses/kafka] Fix the problem “Cannot extract connector information from the configuration provided” when creating connector Kafka-connect
[Lenses/kafka] Fix the problem “Cannot extract connector information from the configuration provided” when creating connector Kafka-connect

Nếu bạn sửa dụng kafka-connect mà sẽ cần add thêm rất nhiều plugin vào server kafka-connect.Mình đang gặp vấn đề có 1 vài plugin lenses ko thể validate được. Ví dụ như plugin này: MongoDB Connector (Source and Sink) khi mình create 1 connector có hiện tượng sau: Có 1 người anh chỉ mình:https://docs.lenses.io/5.0/configuration/static/options/topology/#configure-lenses-to-load-a-custom-connector chúng…

Read More “[Lenses/kafka] Fix the problem “Cannot extract connector information from the configuration provided” when creating connector Kafka-connect” »

Apache Kafka, Lenses

[Kafka] UI control Kafka, Kafka-connect, … It’s akhq.io

Posted on February 23, 2022November 15, 2024 By nim No Comments on [Kafka] UI control Kafka, Kafka-connect, … It’s akhq.io
[Kafka] UI control Kafka, Kafka-connect, … It’s akhq.io

Trong các bài viết về kafka connect của mình, thì mình hay sử dụng lenses.Nhưng có vấn đề lenses tốn phí. Mình đã được 1 bạn trong group giới thiệu Mình có dò thì conduktor nó tốn phí còn akhq thì kocảm ơn bạn rất nhiều Mình còn thấy 1 ứng cử viên tiềm năng…

Read More “[Kafka] UI control Kafka, Kafka-connect, … It’s akhq.io” »

Apache Kafka, Lenses

[Kafka-connect] Streaming the data of MongoDB through Kafka-connect into topic Kafka.

Posted on February 23, 2022May 22, 2022 By nim No Comments on [Kafka-connect] Streaming the data of MongoDB through Kafka-connect into topic Kafka.
[Kafka-connect] Streaming the data of MongoDB through Kafka-connect into topic Kafka.

1) Install MongoDB Nếu bạn chưa rành về mongoDB có thể sem vài chiêu thức cơ bản ở đây: Reference links:https://gist.github.com/asoorm/7822cc742831639c93affd734e97ce4f Mình cung cấp link docker-compose.yaml như sau: Giờ bạn run:docker-compose up -d thực hiện hiện exec vào container và tạo database, collection và insert data. Hiện tại thì chúng ta chạy mongodb ở mode…

Read More “[Kafka-connect] Streaming the data of MongoDB through Kafka-connect into topic Kafka.” »

Apache Kafka, Kafka Connect

[MongoDB] Install and config MongoDB is so easy on Docker.

Posted on February 22, 2022February 22, 2022 By nim No Comments on [MongoDB] Install and config MongoDB is so easy on Docker.
[MongoDB] Install and config MongoDB is so easy on Docker.

Plugin MongoDB:https://www.confluent.io/hub/mongodb/kafka-connect-mongodb show datatabase trong mongodbshow dbs tạo database mới:use todo Giờ tạo collection and document Tạo xong mà báo như dưới là ok đã tạo thành công. Liệt kê các document trong collection newtodo Để json trong đẹp hơn thì gõ:db.newtodo.find().pretty()

Docker

[Kafka-connect]Single Message Transform: lesson 3 – Flatten and LongConverter

Posted on February 21, 2022February 27, 2022 By nim No Comments on [Kafka-connect]Single Message Transform: lesson 3 – Flatten and LongConverter
[Kafka-connect]Single Message Transform: lesson 3 – Flatten and LongConverter

Khi data trong 1 topic ở format Avro,… mà ta muốn sink vào DB thì nó sẽ bị lỗi ở việc tạo field column cho 1 table. 1) Setup the components. Phần setup kafka, bạn có thể coi lại link này he:Setup the needing components of Kafka 2) Practice. Launch ksqlDB: OK giờ bạn thấy…

Read More “[Kafka-connect]Single Message Transform: lesson 3 – Flatten and LongConverter” »

Apache Kafka, Kafka Connect

[Kafka-connect] Single Message Transform: lesson 2 – ValueToKey and ExtractField in Sink

Posted on February 20, 2022February 27, 2022 By nim No Comments on [Kafka-connect] Single Message Transform: lesson 2 – ValueToKey and ExtractField in Sink
[Kafka-connect] Single Message Transform: lesson 2 – ValueToKey and ExtractField in Sink

1) Setup Phần setup kafka, bạn có thể coi lại link này he:Setup the needing components of Kafka 2) Practice giờ chui vào mysql nghịch: tạo table và insert data. Giờ chúng ta đã có table mới: Create source connector reference links:https://github.com/confluentinc/demo-scene/blob/master/kafka-connect-single-message-transforms/day2.adochttps://docs.confluent.io/current/connect/kafka-connect-jdbc/source-connector/Kafka Connect Deep Dive – JDBC Source Connector Giờ bạn run command để tạo…

Read More “[Kafka-connect] Single Message Transform: lesson 2 – ValueToKey and ExtractField in Sink” »

Apache Kafka, Kafka Connect

[Kafka-connect] A few APIs are helpful in Kafka-connect.

Posted on February 20, 2022February 27, 2022 By nim No Comments on [Kafka-connect] A few APIs are helpful in Kafka-connect.
[Kafka-connect] A few APIs are helpful in Kafka-connect.

list topic: List các connector: show status connector: show config connector: delete connector show error or exception a task of a connector:

Apache Kafka, Kafka Connect

[Kafka-connect] Single Message Transform: lesson 1 – InsertField in Sink

Posted on February 20, 2022February 27, 2022 By nim No Comments on [Kafka-connect] Single Message Transform: lesson 1 – InsertField in Sink
[Kafka-connect] Single Message Transform: lesson 1 – InsertField in Sink

Bài này chúng ta sem cách anh tây hướng dẫn insert field hay còn gọi là cột dữ liệu mà ảnh muốn khi mà anh sink data từ topic của kafka vào database (Mysql) và đây là bài của ảnh:https://github.com/confluentinc/demo-scene/blob/master/kafka-connect-single-message-transforms/day1.adoc 1) Setup the needing components of Kafka Và dưới đây là phần note của mình:…

Read More “[Kafka-connect] Single Message Transform: lesson 1 – InsertField in Sink” »

Apache Kafka, Kafka Connect

[Kafka-connect] Streaming the data of Postgresql through Kafka-connect and Debezium plugin.

Posted on February 17, 2022May 22, 2022 By nim No Comments on [Kafka-connect] Streaming the data of Postgresql through Kafka-connect and Debezium plugin.
[Kafka-connect] Streaming the data of Postgresql through Kafka-connect and Debezium plugin.

Ố dè! Chúng ta thử lab kafka-connect sẽ stream 1 table trong 1 database của postgres vào 1 topic trong kafka. 1) Install postgresql Chúng ta có 1 file compose postgresql. rồi anh em gõ docker-compose up -d nhé giờ tiến hành exec vào container postgres tạo 1 table Nếu cần add thêm table vào…

Read More “[Kafka-connect] Streaming the data of Postgresql through Kafka-connect and Debezium plugin.” »

Apache Kafka, Kafka Connect

[Kafka-connect] Streaming the data of MySQL throughs Kafka-connect and Debezium plugin.

Posted on February 13, 2022July 11, 2022 By nim No Comments on [Kafka-connect] Streaming the data of MySQL throughs Kafka-connect and Debezium plugin.
[Kafka-connect] Streaming the data of MySQL throughs Kafka-connect and Debezium plugin.

1) Install and configurate mysql to use to the kafka-connect Lab. Run docker MySQL: giờ sửa file: mysql.cnf xong rồi thoát ra restart docker In order for Debezium MySQL to track all the changes in bin-log, it needs a user with SELECT, RELOAD, SHOW DATABASES, REPLICATION SLAVE, REPLICATION CLIENT permissions. Grant them to the user…

Read More “[Kafka-connect] Streaming the data of MySQL throughs Kafka-connect and Debezium plugin.” »

Apache Kafka, Kafka Connect

Posts pagination

Previous 1 … 53 54 55 … 79 Next
Tham Gia Group DevOps nhé!
Để Nim có nhiều động lực ra nhiều bài viết.
Để nhận được những thông báo mới nhất.

Recent Posts

  • [Laravel] Laravel Helpful June 26, 2025
  • [VScode] Hướng dẫn điều chỉnh font cho terminal June 20, 2025
  • [WordPress] Hướng dấn gửi mail trên WordPress thông qua gmail. June 15, 2025
  • [Bitbucket] Git Clone/Pull/Push with Bitbucket through API Token. June 12, 2025
  • [Teamcity] How to transfer the value from pipeline A to pipeline B June 9, 2025

Archives

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021

Categories

  • BareMetal
    • NextCloud
  • CI/CD
    • Argo Events
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • DevSecOps
    • Golang
    • Jquery & JavaScript
    • Laravel
    • NextJS 14 & ReactJS & Type Script
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • Azure Cloud
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
      • Pod
    • Longhorn – Storage
    • MetalLB
    • OAuth2 Proxy
    • Vault
    • VictoriaMetrics
  • Log, Monitor & Tracing
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Fluent
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2025 NimTechnology.