Requirement: Hold the data during db downtime and process it with 5 mins interval by keeping them in dead letter queue. I have tried below approaches Kafka retr
I need help choosing proper names for variables with long actual names. I have read pep8 docs, but I couln't find addressed such issue. Would you rename very_l
This is my aws-lambda-tools-default.json { "Information": [ "This file provides default values for the deployment wizard inside Visual Studio and the AWS
i want to understand why querying hbase from spark-job (cluster mode) is much faster than from local jdbc. I know that data locality improve performance but my
I am getting the following error and am a bit lost on it: Livewire encountered corrupt data when trying to hydrate the [messaging] component. Ensure that the [
I've got a query: INSERT INTO rates (name, value, time) SELECT name, value, now() FROM updated_rates ON CONFLICT (name) DO UPDATE SET value = excluded.value, t
my code is: In my code the warn command gets executed, but the warns command gets not, any help? I also added a feature that checks if the message is !warns, be
I am working on a project with TI CC2541 (placed on a jdy-08 BLE module). I try to get a lipo battery level by using adc interface. I refered this post https://
I use code that hides the checkout fields if the Local Pickup shipping method is selected: // Conditional Show hide checkout fields based on chosen shipping