hub icon indicating copy to clipboard operation
hub copied to clipboard

Integration service - Define grpc protobuf service with http api

Open jkralik opened this issue 1 month ago • 0 comments

Feature Request:

Integration of gRPC Protobuf with HTTP Annotations for Generating gRPC Server and HTTP Handlers

API:

  • Create rule
  • Update rule
  • Delete rules
  • Load rules

Acceptance Criteria:

  • Implementation of gRPC server with HTTP handlers.
  • Documentation generated for Swagger.yaml.
  • The service provides both gRPC and HTTP, but methods currently return unimplemented.
  • Conduct simple integration tests for the HTTP and gRPC APIs.

jkralik avatar May 08 '24 16:05 jkralik