Perfil de habilidad

Apache Kafka

Kafka producers/consumers, topics, partitions, consumer groups, Kafka Streams

Backend Development Message Queues & Event Streaming

Roles

28

donde aparece esta habilidad

Niveles

5

ruta de crecimiento estructurada

Requisitos obligatorios

70

los otros 67 opcionales

Dominio

Backend Development

skills.group

Message Queues & Event Streaming

Última actualización

17/3/2026

Cómo usar

Selecciona tu nivel actual y compara las expectativas.

Qué se espera en cada nivel

La tabla muestra cómo crece la profundidad desde Junior hasta Principal.

Rol Obligatorio Descripción
AI Product Engineer Studies Apache Kafka fundamentals and event-driven architecture for AI products. Understands concepts of topics, producers, and consumers for asynchronous data processing in ML pipelines.
Analytics Engineer Uses Apache Kafka at a basic level in dbt. Performs simple tasks using ready-made templates. Understands basic concepts and follows team practices.
Android Developer Understands basic Kafka concepts for mobile backends: consuming events for real-time push notifications, understanding event-driven data sync patterns, and basic producer/consumer model. Follows team guidelines on integrating Android apps with Kafka-based event streams.
Backend Developer (C#/.NET) Obligatorio Understands Kafka basics for .NET services: Confluent.Kafka client setup, basic producer/consumer patterns, and topic/partition concepts. Follows team practices for message serialization and consumer group configuration in C# applications.
Backend Developer (Elixir) Obligatorio Uses Apache Kafka at a basic level. Performs simple tasks using established templates. Understands basic concepts and follows team practices.
Backend Developer (Go) Obligatorio Uses Apache Kafka at a basic level with gin/echo/fiber. Performs simple tasks using existing templates. Understands basic concepts and follows team-adopted practices.
Backend Developer (Java/Kotlin) Obligatorio Understands Kafka fundamentals for Java services: Spring Kafka producer/consumer setup, topic/partition concepts, and message serialization with Avro/JSON. Follows team practices for consumer group configuration and basic error handling in message processing.
Backend Developer (Node.js) Obligatorio Understands Kafka basics for Node.js services: KafkaJS client setup, basic producer/consumer patterns, and async message processing with Node.js event loop considerations. Follows team practices for topic management and error handling in event-driven Node.js applications.
Backend Developer (PHP) Understands message broker and pub/sub concepts. Knows that Kafka is used for asynchronous messaging. Can read/write messages via a simple producer/consumer.
Backend Developer (Python) Obligatorio Understands the message broker concept. Writes simple producers and consumers with confluent-kafka-python. Knows what topic, partition, offset are. Understands at-least-once semantics.
Backend Developer (Rust) Obligatorio Uses Apache Kafka at a basic level in actix-web/axum. Performs simple tasks using established templates. Understands basic concepts and follows team practices.
Backend Developer (Scala) Obligatorio Uses Apache Kafka at a basic level in Play/http4s. Performs simple tasks using established templates. Understands basic concepts and follows team practices.
Data Engineer Uses Apache Kafka at a basic level in Airflow/dbt. Performs simple tasks using established templates. Understands basic concepts and follows team practices.
Desktop Developer (Electron/Tauri) Understands basic Kafka concepts for desktop application backends: real-time event consumption for live data updates, basic producer/consumer patterns, and integration with desktop notification systems. Follows team guidelines on connecting Electron apps to Kafka-based event streams.
DevOps Engineer Uses Apache Kafka at a basic level in Terraform/Ansible. Performs simple tasks using established templates. Understands basic concepts and follows team practices.
Flutter Developer Understands event-driven architecture concepts and the role of Apache Kafka. Knows how a Flutter app backend uses Kafka for asynchronous event processing and notifications.
Fullstack Developer Understands Kafka for fullstack: real-time data feeds, event-driven UI updates. Consumes messages for dashboard updates.
Game Server Developer Uses Apache Kafka at a basic level in dedicated servers/Photon. Performs simple tasks using ready-made templates. Understands basic concepts and follows team practices.
Infrastructure Engineer Uses Apache Kafka at a basic level in Terraform/Pulumi. Performs simple tasks using established templates. Understands basic concepts and follows team practices.
iOS Developer Studies Apache Kafka basics and event-driven architecture for mobile backends. Understands topics, producers, and consumers concepts for asynchronous iOS application event processing.
IoT Engineer Understands event-driven architecture concepts and Kafka fundamentals. Knows how Kafka is used for transmitting telemetry streams from IoT devices to the backend.
ML Engineer Understands basic Kafka concepts for ML pipelines: consuming training data streams, feature event ingestion, and basic producer/consumer patterns for model prediction events. Follows team practices for integrating ML services with Kafka-based data pipelines.
MLOps Engineer Uses Apache Kafka at a basic level in Kubeflow/MLflow. Performs simple tasks using ready-made templates. Understands basic concepts and follows team practices.
QA Automation Engineer Understands basic Kafka concepts for test automation: consuming test events, verifying message delivery in integration tests, and basic Kafka test containers setup. Follows team practices for testing Kafka-based microservices and event-driven architectures.
Site Reliability Engineer (SRE) Uses Apache Kafka at a basic level in Kubernetes/Terraform. Performs simple tasks using established templates. Understands basic concepts and follows team practices.
Technical Lead Understands Kafka messaging: topics, partitions, consumer groups, producers. Works with Kafka through client libraries and understands at-least-once delivery.
Telecom Developer Uses Apache Kafka at a basic level in SIP/WebRTC/IMS. Performs simple tasks using ready-made templates. Understands basic concepts and follows team practices.
Rol Obligatorio Descripción
AI Product Engineer Implements AI product integration with Kafka for asynchronous event processing — collecting training data, streaming predictions. Configures producers and consumers with message delivery guarantees for ML services.
Analytics Engineer Independently implements tasks with Apache Kafka in dbt. Understands internals and optimizes performance. Writes tests using dbt test.
Android Developer Integrates Kafka into Android application backends for analytics event processing, push notifications, and synchronization. Configures consumers for real-time mobile event processing.
Backend Developer (C#/.NET) Obligatorio Implements Kafka integration for .NET microservices: event-driven communication patterns, Avro schema registry integration, and exactly-once semantics with transactions. Configures consumer groups for parallel processing with proper offset management. Implements dead letter queues and retry policies for fault-tolerant message processing.
Backend Developer (Elixir) Obligatorio Implements Kafka integration for Elixir services: Broadway/Kafka consumer pipelines with backpressure, GenStage-based event processing, and efficient partition assignment for BEAM processes. Configures consumer groups leveraging Elixir's concurrency model. Implements fault-tolerant message processing with supervisor strategies.
Backend Developer (Go) Obligatorio Independently implements Apache Kafka tasks in gin/echo/fiber. Understands internals and optimizes performance. Writes tests using go test.
Backend Developer (Java/Kotlin) Obligatorio Designs Kafka flows for Java services: partition key selection for ordering, consumer concurrency configuration, exactly-once semantics via transactional producer. Handles poison pills through DLT. Configures Schema Registry for Avro/Protobuf.
Backend Developer (Node.js) Obligatorio Implements Kafka integration for Node.js microservices: event sourcing patterns with KafkaJS, schema validation with Avro/Protobuf, and consumer group management for scalable processing. Handles backpressure in Node.js event loop during high-throughput consumption. Implements idempotent message processing and dead letter queue patterns.
Backend Developer (PHP) Obligatorio Develops producers and consumers. Understands partitions, consumer groups, offsets. Handles errors: retry, dead letter queue. Uses Avro/Protobuf for serialization. Configures delivery guarantees (at-least-once, exactly-once).
Backend Developer (Python) Obligatorio Configures consumer groups and partition assignment. Handles errors with retry and dead letter topics. Uses acks=all for reliability. Monitors consumer lag. Designs event schemas with Avro/JSON Schema.
Backend Developer (Rust) Obligatorio Independently implements tasks with Apache Kafka in actix-web/axum. Understands internals and optimizes performance. Writes tests with cargo test.
Backend Developer (Scala) Obligatorio Independently implements tasks with Apache Kafka in Play/http4s. Understands internals and optimizes performance. Writes tests with ScalaTest/MUnit.
Data Engineer Independently implements tasks with Apache Kafka in Airflow/dbt. Understands internals and optimizes performance. Writes tests with great_expectations.
Desktop Developer (Electron/Tauri) Implements Electron application server component integration with Kafka: synchronization event processing, analytics, notifications. Configures consumer groups and error handling for reliable delivery.
DevOps Engineer Independently implements tasks with Apache Kafka in Terraform/Ansible. Understands internals and optimizes performance. Writes tests with Terratest/InSpec.
Flutter Developer Integrates Kafka into the Flutter app backend for processing push notifications and events. Configures producers and consumers for asynchronous user action processing.
Fullstack Developer Integrates Kafka in fullstack: event-driven backend, real-time frontend updates through WebSocket/SSE bridge, consumer implementations.
Game Server Developer Independently implements tasks with Apache Kafka in dedicated servers/Photon. Understands internals and optimizes performance. Writes tests using load testing.
Infrastructure Engineer Independently implements tasks with Apache Kafka in Terraform/Pulumi. Understands internals and optimizes performance. Writes tests with Terratest.
iOS Developer Implements mobile backend integration with Kafka for asynchronous event processing — push notifications, analytics, and data synchronization. Configures producers for capturing iOS client events and consumers for processing them.
IoT Engineer Uses Kafka for IoT platform: topics for telemetry streams, partitioning by device_id, consumer groups for parallel processing. Configures retention for different data types.
ML Engineer Uses Kafka for streaming feature computation. Configures producers/consumers for ML pipeline. Integrates Kafka with feature store for online features. Understands exactly-once semantics.
MLOps Engineer Independently implements Apache Kafka tasks in Kubeflow/MLflow. Understands internals and optimizes performance. Writes tests using model monitoring.
QA Automation Engineer Develops tests for Kafka-based interactions — verifying message publishing and consumption, testing ordering guarantees, validating event format and schema compatibility.
Site Reliability Engineer (SRE) Independently implements tasks with Apache Kafka in Kubernetes/Terraform. Understands internals and optimizes performance. Writes tests using chaos engineering.
Technical Lead Designs Kafka solutions: topic design, partitioning strategy, consumer group management. Implements exactly-once semantics and Dead Letter Topics.
Telecom Developer Independently implements tasks with Apache Kafka in SIP/WebRTC/IMS. Understands internals and optimizes performance. Writes tests using SIPp/integration tests.
Rol Obligatorio Descripción
AI Product Engineer Designs event-driven AI product architecture based on Kafka with user-based partitioning, exactly-once semantics, and stream processing. Implements real-time feature store and streaming data processing for online inference.
Analytics Engineer Obligatorio Integrates Kafka streams as data sources for analytical models. Configures consumer applications for capturing events into the warehouse staging layer. Works with Schema Registry for ensuring schema compatibility in downstream models.
Android Developer Designs event-driven architecture for mobile backend on Kafka. Implements CQRS for optimizing reads and writes, mobile event stream processing, and guaranteed delivery.
Backend Developer (C#/.NET) Obligatorio Designs event-driven architecture on Kafka via Confluent.Kafka/.NET: consumer groups, exactly-once via transactions, Schema Registry with Avro. Optimizes throughput: batching, compression. Configures Dead Letter Topics.
Backend Developer (Elixir) Obligatorio Integrates Apache Kafka into Elixir applications through Broadway with KafkaBroadway adapter. Configures consumer groups, manages offset commits and partitions. Implements message processing with back-pressure and automatic process scaling through Broadway.
Backend Developer (Go) Obligatorio Implements Kafka producers and consumers in Go using confluent-kafka-go or segmentio/kafka-go. Configures consumer groups, manages offsets, handles errors via Dead Letter Queue, and ensures exactly-once semantics with idempotent handlers.
Backend Developer (Java/Kotlin) Obligatorio Designs event-driven architecture on Kafka: event sourcing, saga pattern for distributed transactions, Kafka Streams for stream processing. Optimizes throughput: batch size, compression, partition count. Ensures exactly-once between services.
Backend Developer (Node.js) Obligatorio Designs event-driven architecture on Kafka via KafkaJS/Confluent: consumer groups, exactly-once semantics, Schema Registry with Avro. Optimizes throughput: batching, compression. Configures Dead Letter Topics.
Backend Developer (PHP) Obligatorio Designs event-driven architecture on Kafka. Configures Kafka Connect for CDC (Debezium). Optimizes throughput (batching, compression, partitioning strategy). Designs event schema evolution strategy. Monitors lag, throughput via Prometheus/Grafana.
Backend Developer (Python) Obligatorio Designs event-driven architecture on Kafka. Optimizes throughput and latency. Configures exactly-once semantics. Designs topic topology and partitioning strategy. Uses Kafka Streams for processing.
Backend Developer (Rust) Obligatorio Implements Kafka integration through rdkafka (librdkafka binding) in Rust services, configuring producers and consumers with serde serialization. Ensures exactly-once semantics, handles errors through Result<T,E> and manages offset commits in async Tokio runtime.
Backend Developer (Scala) Obligatorio Designs reliable Kafka integrations in Scala services through Alpakka Kafka or FS2-Kafka: configures partitioning, exactly-once semantics and error handling. Implements Transactional Outbox and idempotent consumer patterns for message delivery guarantees in distributed Akka systems.
Data Engineer Obligatorio Designs event-driven ingestion: Kafka producers for CDC, consumer groups for parallel processing, Schema Registry with Avro/Protobuf. Optimizes throughput: batching, compression, partition assignment.
Desktop Developer (Electron/Tauri) Designs event-driven architecture for the Electron platform with Kafka: CQRS for state synchronization, event sourcing for action auditing. Optimizes throughput and latency for mass client updates.
DevOps Engineer Obligatorio Deploys and maintains Kafka clusters in Kubernetes: configures Strimzi operator, manages topics and partitions, monitors through JMX metrics in Prometheus. Ensures reliable stream processing of infrastructure and CI/CD events.
Flutter Developer Designs event-driven architecture for the Flutter app backend based on Kafka. Implements Event Sourcing and CQRS patterns for mobile backend scalability.
Fullstack Developer Designs event-driven fullstack: Kafka + real-time UI, event sourcing, CQRS with optimistic UI updates.
Game Server Developer Obligatorio Designs Kafka architectures for game server infrastructure: real-time game event streaming for analytics, cross-region event replication for global game services, and event sourcing for game state management. Implements high-throughput message processing for concurrent game sessions. Optimizes Kafka for low-latency game event delivery. Mentors team on event-driven game architecture.
Infrastructure Engineer Obligatorio Administers Kafka clusters as part of infrastructure: configuring replication, monitoring consumer lag, optimizing partition strategy. Automates topic management through Terraform provider, ensures broker fault tolerance and configures alerts on performance degradation.
iOS Developer Architects event-driven mobile backend architecture on Kafka with exactly-once semantics and user-based partitioning. Implements streaming processing for real-time analytics, content personalization, and multi-device synchronization.
IoT Engineer Designs Kafka architecture for IoT: Kafka Streams for real-time telemetry processing, schema registry for data format evolution, throughput optimization for millions of messages per second.
ML Engineer Designs event-driven ML architecture with Kafka. Uses Kafka Streams for real-time feature computation. Optimizes throughput for ML data. Configures schema evolution with Avro/Protobuf.
MLOps Engineer Obligatorio Implements streaming data processing for ML pipelines via Kafka: real-time feature streaming, inference result delivery for downstream services. Configures consumer groups for parallel prediction processing and producers for sending model logs to data drift monitoring.
QA Automation Engineer Designs event-driven architecture testing strategy — end-to-end saga testing through Kafka, chaos testing with message loss, exactly-once semantics verification.
Site Reliability Engineer (SRE) Obligatorio Uses Kafka for SRE tasks: streaming metrics processing, alert aggregation, audit log collection. Configures consumer groups for distributed alert processing. Monitors Kafka cluster health.
Solutions Architect Obligatorio Designs Kafka architectures for enterprise systems: multi-cluster deployments with MirrorMaker 2, event mesh topologies for cross-domain communication, and Kafka Streams/ksqlDB for real-time data processing. Implements exactly-once semantics across microservices. Creates reference architectures for event-driven systems. Mentors teams on Kafka architecture patterns.
Technical Lead Designs event-driven architecture: event sourcing, CQRS with Kafka, Schema Registry, multi-cluster setup. Optimizes throughput and latency.
Telecom Developer Obligatorio Designs Kafka architectures for telecom systems: high-throughput CDR/event processing pipelines, real-time network event correlation, and carrier-grade message delivery guarantees. Implements Kafka integration with telecom protocols (SIP, Diameter event streams). Optimizes for telecom-scale throughput (millions of events/second). Mentors team on event-driven telecom architecture.
Rol Obligatorio Descripción
AI Product Engineer Defines Kafka usage strategy for the AI product platform, standardizes event schemas and topic topology. Ensures scalability and fault tolerance of event-driven architecture for ML data processing.
Analytics Engineer Obligatorio Defines the strategy for integrating streaming data into the analytics platform: Kafka topics as sources for near-real-time dashboards, CDC streams for incremental models, schema evolution policies for analytics contracts.
Android Developer Defines event-driven architecture strategy for all mobile backends. Designs Kafka cluster topology considering mobile traffic patterns and throughput requirements.
Backend Developer (C#/.NET) Obligatorio Defines Kafka strategy: topic naming, schema evolution policy, MassTransit vs raw Confluent.Kafka. Implements event-driven communication standards and consumer lag monitoring.
Backend Developer (Elixir) Obligatorio Designs architecture of event-driven Elixir systems based on Kafka and Broadway. Defines partitioning strategy, configures batching and concurrent processing through Broadway pipelines. Implements dead letter queues, lag monitoring through :telemetry and Prometheus.
Backend Developer (Go) Obligatorio Designs event-driven architecture on Kafka for Go microservices: topic schemas, partitioning strategies, consumer lag monitoring via Prometheus. Standardizes serialization approach (protobuf/Avro) and introduces shared Go libraries for Kafka integration.
Backend Developer (Java/Kotlin) Obligatorio Defines product Kafka strategy: topic naming conventions, schema evolution policy, retention settings. Implements event-driven communication standards. Plans cluster capacity and monitoring.
Backend Developer (Node.js) Obligatorio Defines Kafka strategy: topic naming, schema evolution policy, KafkaJS vs Confluent SDK. Implements event-driven communication standards and consumer lag monitoring in Node.js services.
Backend Developer (PHP) Obligatorio Designs Kafka platform for the organization: multi-cluster, topic governance, schema registry. Implements event-driven architecture as an organizational pattern. Designs event sourcing with Kafka. Optimizes costs (retention, compression, tiered storage). Standardizes event schemas and contracts.
Backend Developer (Python) Obligatorio Designs Kafka infrastructure for the platform. Defines event standards and naming conventions. Designs multi-cluster setup. Implements topic and schema governance.
Backend Developer (Rust) Obligatorio Designs event-driven architecture for Rust services with Kafka: Avro/Protobuf schemas through prost, consumer groups with graceful shutdown, dead letter queues. Develops abstractions over rdkafka with type-safe message envelopes and automatic deserialization through serde.
Backend Developer (Scala) Obligatorio Defines event interaction architecture between Scala services through Kafka: Schema Registry standards with Avro/Protobuf, partitioning and retention strategies. Reviews team topic topology, implements Dead Letter Queue patterns and consumer lag monitoring through Prometheus.
Data Engineer Obligatorio Defines Kafka strategy for data platform: topic naming conventions, retention policies, schema evolution rules. Implements Kafka Connect for integration with RDBMS, S3, Elasticsearch.
Desktop Developer (Electron/Tauri) Defines Kafka usage strategy for desktop product server infrastructure. Establishes standards for event schemas, retention policies and monitoring for Kafka clusters.
DevOps Engineer Obligatorio Designs event platform architecture on Kafka for DevOps: log aggregation, streaming alert processing, event sourcing of infrastructure changes. Optimizes cluster performance, configures geo-replication and disaster recovery.
Flutter Developer Establishes event-driven architecture standards with Kafka for Flutter projects. Trains the team on topic design, partitioning, and message delivery guarantees.
Fullstack Developer Defines event-driven standards: Kafka usage guidelines, real-time architecture patterns, event schema governance.
Game Server Developer Obligatorio Defines Kafka strategy for game platform: event schema standards, topic governance policies, and cluster sizing for game workloads. Conducts architecture reviews for event-driven game systems. Creates best practices for game event processing and analytics pipeline design.
Infrastructure Engineer Obligatorio Designs Kafka infrastructure as a platform service for development teams: cluster deployment standards, retention policies, authorization schemas through ACL. Implements GitOps approach to Kafka topic management and defines SLO for broker throughput and latency.
iOS Developer Defines the Kafka usage strategy for the mobile platform, standardizes event schemas and topic topology. Ensures event-driven architecture scalability for processing millions of mobile events per second.
IoT Engineer Defines messaging strategy for IoT platform: topic architecture, partitioning policies, edge broker integration. Ensures exactly-once semantics for critical commands.
ML Engineer Defines Kafka usage strategy in ML infrastructure. Designs event schemas for ML data. Coordinates with data engineering on streaming pipelines.
MLOps Engineer Obligatorio Defines the event-driven architecture for the MLOps team's infrastructure: topics for model events (deployed, retrained, degraded), feature update streams for online serving. Standardizes Avro/Protobuf schemas for ML events and configures Kafka Connect for integration with feature store and experiment tracker.
QA Automation Engineer Defines messaging layer testing standards for the team. Implements contract testing for Kafka events, ensures schema backward compatibility and failure scenario coverage.
Site Reliability Engineer (SRE) Obligatorio Defines Kafka strategy for observability: metrics streaming pipeline, log aggregation, event-driven incident management. Implements Kafka infrastructure monitoring as a critical component.
Solutions Architect Obligatorio Defines Kafka strategy for enterprise: event-driven architecture standards, schema governance with Schema Registry, and multi-cluster management policies. Evaluates Kafka vs alternatives (Pulsar, Redpanda, cloud-native messaging). Conducts architecture reviews for event-driven systems across teams.
Technical Lead Defines Kafka standards: topic naming, schema governance, consumer SLA, monitoring requirements. Coordinates event-driven architecture across teams.
Telecom Developer Obligatorio Defines Kafka strategy for telecom platform: carrier-grade event processing standards, event schema governance for network data, and Kafka cluster architecture for telecom workloads. Conducts architecture reviews for event-driven telecom services. Drives adoption of event streaming for network analytics and automation.
Rol Obligatorio Descripción
AI Product Engineer Shapes corporate event-driven architecture for AI products based on Kafka with multi-cluster replication. Defines streaming data processing standards for enterprise-scale real-time ML systems.
Analytics Engineer Obligatorio Architects real-time analytics: streaming ingestion into the data warehouse, Kafka-based change data capture, event-driven update of materialized views. Defines governance for event data and their transformations.
Android Developer Shapes the organizational event-driven architecture strategy for the mobile platform. Defines event processing standards ensuring scalability for all mobile services.
Backend Developer (C#/.NET) Obligatorio Designs organizational event-streaming platform: multi-cluster, MirrorMaker 2, Kafka Connect for CDC from SQL Server. Defines governance for event contracts and schema registry.
Backend Developer (Elixir) Obligatorio Develops platform strategy for event-driven architecture with Kafka for the Elixir ecosystem. Designs Avro/Protobuf schemas for inter-service communication, defines retention and replication policies. Ensures exactly-once semantics through Broadway and Kafka transactions.
Backend Developer (Go) Obligatorio Defines event-driven architecture strategy on Kafka for the entire Go platform: streaming processing standards, retention policies, multi-cluster replication. Designs platform SDK in Go for unified Kafka interaction, including tracing via OpenTelemetry.
Backend Developer (Java/Kotlin) Obligatorio Designs organizational event-streaming platform: multi-cluster Kafka, cross-datacenter replication (MirrorMaker 2), Kafka Connect for integrations. Defines governance for event contracts and schema registry.
Backend Developer (Node.js) Obligatorio Designs event-streaming platform: Kafka + Node.js workers for stream processing, multi-cluster setup, event sourcing patterns. Defines governance for event contracts.
Backend Developer (Python) Obligatorio Defines event streaming strategy at company level. Evaluates Kafka vs Pulsar vs Redpanda. Designs event-driven architecture at organizational scale. Establishes event standards.
Backend Developer (Rust) Obligatorio Defines event-driven architecture strategy in Rust: choosing between rdkafka and kafka-rust, designing event sourcing with CQRS patterns. Develops organizational standards for schema evolution, partition strategies and consumer lag monitoring through Prometheus metrics from Rust services.
Backend Developer (Scala) Obligatorio Shapes event architecture strategy for the entire Scala platform: Event Sourcing standards through Kafka, schema evolution policies, multi-datacenter replication. Makes Kafka cluster scaling decisions, evaluates alternatives (Pulsar, Redpanda) and defines SLA for stream data processing.
Data Engineer Obligatorio Designs organizational streaming platform: multi-cluster Kafka, MirrorMaker 2, tiered storage. Defines governance for event schemas and data contracts between producer/consumer teams.
Desktop Developer (Electron/Tauri) Shapes architectural vision for event-driven infrastructure of the Electron product ecosystem. Defines Kafka scaling strategy for processing events from millions of desktop clients.
DevOps Engineer Obligatorio Defines organizational event-driven architecture strategy based on Kafka. Designs real-time platform for processing millions of infrastructure events: configuration changes, alerts, deployment metrics. Ensures exactly-once semantics for critical operations.
Flutter Developer Defines Kafka event platform strategy for the organization's mobile backends. Designs multi-cluster Kafka infrastructure for global Flutter products.
Fullstack Developer Shapes event-driven strategy: fullstack event architecture, real-time data platform, messaging governance.
Game Server Developer Obligatorio Defines organizational event streaming strategy for game infrastructure. Evaluates Kafka vs alternative messaging technologies for different game workloads. Establishes enterprise event architecture standards and reference implementations for game studios.
Infrastructure Engineer Obligatorio Defines event-streaming infrastructure strategy at company level: choosing between Kafka, Pulsar, Redpanda, multi-region replication, capacity planning. Designs fault-tolerant cluster architecture, DR scenarios for messaging infrastructure and monitoring standards for dozens of clusters.
iOS Developer Shapes the corporate event-driven architecture for the mobile ecosystem on Kafka with multi-cluster replication. Defines streaming processing standards for real-time personalization and enterprise-scale mobile application analytics.
IoT Engineer Shapes event streaming strategy for IoT ecosystem: globally distributed Kafka clusters, mirror-maker between regions, event architecture standards for industrial IoT.
ML Engineer Defines streaming strategy for ML platform. Evaluates Kafka vs Pulsar vs Kinesis for ML use cases. Designs multi-region streaming architecture.
MLOps Engineer Obligatorio Architects the event-driven architecture for the organization-level MLOps platform: unified event bus for model lifecycle, data pipeline triggers, and drift monitoring. Makes decisions on topic partitioning for scaling streaming feature engineering and exactly-once delivery guarantees in critical ML pipelines.
QA Automation Engineer Shapes distributed messaging testing strategy for the organization. Creates a platform for automatic event-driven contract verification across dozens of services.
Site Reliability Engineer (SRE) Obligatorio Designs messaging platform for observability: Kafka for metrics/logs/traces pipeline, retention policies, multi-DC replication for DR. Defines SLA for messaging infrastructure.
Solutions Architect Obligatorio Defines organizational event streaming strategy. Evaluates Kafka ecosystem (Confluent Platform, cloud-managed Kafka) vs alternatives for enterprise adoption. Establishes enterprise event-driven architecture standards and reference architectures. Drives industry influence through event streaming thought leadership.
Technical Lead Shapes the organization's messaging strategy: Kafka vs alternatives, event mesh, schema governance. Defines event-driven architecture principles.
Telecom Developer Obligatorio Defines organizational event streaming strategy for telecom. Evaluates Kafka vs next-generation messaging for carrier-grade workloads. Establishes enterprise event architecture standards for network data processing. Drives adoption of event-driven patterns for telecom network automation and analytics at scale.

Comunidad

👁 Seguir ✏️ Sugerir cambio Inicia sesión para sugerir cambios
📋 Propuestas
Aún no hay propuestas para Apache Kafka
Cargando comentarios...