Skip to main content
0 votes
0 answers
223 views

Need to failover/redirect to external service (which is not in Mesh) when internal service is unhealthy (is in Mesh). External Service - abc.example.com Internal Service - abc.svc.cluster.local Tried ...
Aaryan Mehta's user avatar
0 votes
2 answers
800 views

Let's say I have a cheap and less reliable datacenter A, and an expensive and more reliable datacenter B. I want to run Kafka in the most cost-effective way, even if that means risking data loss and/...
vincent31337's user avatar
  • 1,152
1 vote
0 answers
231 views

I am trying to implement failover https://www.haproxy.com/blog/failover-and-worst-case-management-with-haproxy/ using HA proxy. My current environment is on Azure. I have deployed two application and ...
prakashrajansakthivel's user avatar
2 votes
0 answers
772 views

Background We use Laravel to serve an enterprise application. We specifically separate the analytical queries from the operational one like so: 'pgsql' => [ 'driver' => '...
abbood's user avatar
  • 23.6k
0 votes
1 answer
408 views

I have read that PostgreSQL doesn't detect server failure so it doesn't do automatic failover, but all the articles were in 2020 (two years ago). My question is Does Postgres 14 need third-party ...
Mohammed Alali's user avatar
0 votes
1 answer
400 views

I am new to ActiveMQ. I am trying to configure ActiveMQ high availability using shared JDBC master/slave with MySQL. When the master fails the slave automatically takes charge (i.e. becomes the master)...
Areej Fatimah's user avatar
3 votes
2 answers
4k views

I am using the latest Azure.Data.Tables nuget package, version 12.3.0 to connect to Azure table storage in an ASP.NET Core C# Application. My application needs to failover to a secondary region for ...
SetiSeeker's user avatar
  • 6,734
1 vote
0 answers
436 views

I am having one master node and one standby node with EDB streaming replication enabled. I want to use EDB failover manager tool. However i dont have any witness node. Is there any way i can use my ...
rajkishore patro's user avatar
0 votes
0 answers
160 views

For architecting a multi-tenant SAAS serverless application on AWS, This is how we plan to manage "users" and multi-tenancy. A relevant blog post here: https://medium.com/@tarekbecker/...
systemdebt's user avatar
  • 4,971
1 vote
1 answer
495 views

We have configured a failover group for our SQL Server Managed Instance in Azure portal: Primary Managed Instance : myprod01.asbcdef.database.windows.net Failover Group Name : failover-myprod01....
Pரதீப்'s user avatar
1 vote
0 answers
369 views

We are using spark standalone cluster 3 zookeepers in HA mode.I am seeing this issue in zookeeper.log. Exception causing close of session 0x0 due to java.io.IOException: Len error 1195725856 Closed ...
somu's user avatar
  • 11
3 votes
0 answers
4k views

Environment Hikari CP Version : 3.4.1 JDK version: 1.8.0_251 Database: Azure SQL SpringBoot Version: 2.2.2 RELEASE MS-SQL JDBC Driver version:- 8.4.1-jre8 I am working on a Spring Boot app where I ...
user2594's user avatar
  • 446
1 vote
0 answers
13k views

I used below metioned query to find out if any failover happened in the last 30 minutes create table #errormsg(duration datetime,errornum int,dbmessage varchar(max)) DECLARE @tags3 VARCHAR(5000)SET @...
Judi Durai's user avatar
0 votes
1 answer
535 views

I have setup MYSQLHA as per https://kublr.com/blog/setting-up-mysql-replication-clusters-in-kubernetes-2/ have two nodes up and ready able to deploy pods on each of them and replicate data from ...
Kameshwar Thakur's user avatar
6 votes
1 answer
5k views

I am currently reading this: https://learn.microsoft.com/en-us/azure/sql-database/sql-database-auto-failover-group, and I have a hard time understanding the automatic failover policy: By default, a ...
mslot's user avatar
  • 5,214

15 30 50 per page