Kristian Rickert
Kristian Rickert
1. download codebase onto an ubuntu latest desktop for intel `git clone https://github.com/RobSmithDev/ArduinoFloppyDiskReader.git` 2. `cd ArduinoFloppyDiskReader/ArduinoFloppyReader/ArduinoFloppyReader` 3. `make` Returns the following output: ``` /ArduinoFloppyDiskReader/ArduinoFloppyReader/ArduinoFloppyReader$ make g++ -Wall -std=c++14 -Wno-psabi -O3...
### Feature description https://github.com/krickert/micronaut-kafka-container-test-example I created a micronaut example with 3 different serialization modules: * String message * Apache Avro Message * Google protocol buffers message I found there wasn't...
Within the schema registry code for protocol buffers needs to be updated to work with the latest version 4.26 So far I see that GeneratedMessageV3 has been moved to GeneratedMessage....
### Feature description tl'dr - create a common search interface, micronaut-search. I can work on creating solr clients (micronaut-search-solr) and make this one be for ES (micronaut-search-opensearch). I would then...
This feature allows the developer to simply add a single annotation (GrpcRestJsonExposed) to the implementation of a grpc service method and it will include it as a service. Once this...
### Issue description Posted this PR a few days ago: https://github.com/micronaut-projects/micronaut-grpc/pull/1029 What are the next steps to get it reviewed and merged?
### Describe the bug # Unified Server Mode Limitations - HTTP/2 Flow Control Window ## SLOW SLOW SLOW gRPC when unified I'm trying to push grpc messages of variable lengths....
### Description The apicurio plugin is only compatible with v2 of apicurio. This is starting to show it's age - we should update the default to version 3. https://quarkus.io/guides/apicurio-registry-dev-services ###...
### Feature description # Kafka issues today So setting up AWS Glue, Apicurio, and confluent kafka are all vastly different from one another. With Kraft coming along the horizon, integration...