Ricardo Ferreira

Results 11 repositories owned by Ricardo Ferreira

srclient

222
Stars
71
Forks
Watchers

Golang Client for Schema Registry

bucket-priority-pattern

44
Stars
14
Forks
Watchers

Pattern that groups topic partitions into buckets so these buckets can be processed in a given priority order.

building-apache-kafka-connectors

36
Stars
30
Forks
Watchers

This repository contains a sample project that can be used to start off your own source connector for Kafka Connect.

opensearch-for-gophers

29
Stars
5
Forks
Watchers

We all know Go is fast. Would you like to go even faster? Pair it with OpenSearch and find out.

from-zero-to-hero-with-observability

28
Stars
9
Forks
Watchers

From Zero to Hero with Observability

otel-with-apache-pulsar

23
Stars
6
Forks
Watchers

Example of application that produces and consumes events to/from Apache Pulsar. Traces from the transactions are captured using OpenTelemetry and sent to Elastic Observability.

otel-with-golang

57
Stars
21
Forks
Watchers

OpenTelemetry in Go with Elastic Observability

pacman-with-elasticsearch

30
Stars
13
Forks
Watchers

Implementation of the Pac-Man game written in JS that uses Elasticsearch to store the data streams and to compute a near real-time scoreboard out of the events from the game.

prioritization-kafka

17
Stars
9
Forks
Watchers

Sample code that demonstrates how to implement the bucket priority pattern