Tech canal容器化
记录 Canal 容器化部署中的 admin、server、instance、cluster、Zookeeper、Kafka 和 binlog 配置坑。
记录 Canal 容器化部署中的 admin、server、instance、cluster、Zookeeper、Kafka 和 binlog 配置坑。
梳理 GitLab CI 的 runner、pipeline、stage、job、rules、artifacts、services 和父子流水线配置。
Elasticsearch 字段存储笔记:_source、store、doc_values、fields、stored_fields、docvalue_fields 和 runtime field。
围绕 Spring Data Elasticsearch 的 mapping、routing、_id、repository、scroll、save 与 update,整理常见机制和踩坑点。
梳理 Dockerfile 常用指令、镜像层、ENTRYPOINT/CMD、基础镜像和 Spring Boot 分层镜像构建。
从宿主机内核、镜像层、容器进程和 ENTRYPOINT/CMD 串起 Docker 的核心概念。
Elasticsearch aggregation 笔记:bucket、metric、pipeline aggregation,以及分布式 terms 聚合误差。
Elasticsearch ingest pipeline 笔记:simulate、remove、script、enrich、foreach、pipeline processor 和 default pipeline。
用同一个 Blog 示例串起 Spring JDBC、Hibernate、MyBatis 以及它们在 Spring 事务体系下的配置差异。
从 JDBC 模板化、DAO 异常体系、TransactionSynchronizationManager 到 @Transactional,理解 Spring 数据访问与事务抽象。