python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Use YARP in kubernetes as a service plus ingress
Following this article.
I'm wondering if it's okay or good practice to add a BFF/gateway(YARP) as a service in K8S with an Ingress in front? I have some custom code in my YARP such as JWT validation a...
Pilouk
Votes: 0
Answers: 0
Any API gateway solution which has plugin to output data into Kafka
I need to ingest data into my application. There is a Kafka stream already build for data ingestion. One of the client's requirement needs an API interface for accepting the data. So I need an API man...
Hatz
Votes: 0
Answers: 1
ocelot always launch with port 5000
I'm trying to deploy my ocelot gateway server.
I had typed UseUrls("http://localhost:6000") and I saw the server launched with 6000 port. In order to I tried to change port, after delete Use...
takeyourcode
Votes: 0
Answers: 1
Bypass endpoint in OCELOT API gateway endpoint
I have one endpoint which is uploading upto 200MB videos to the server.
Whenever I try to upload more than 3 videos simultaneously, gateway is thowing 404 error with below error message:
warn: Ocelot....
Dhwani
Votes: 0
Answers: 1