python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to add multiple topics in JDBC Sink Connector configuration and get topics data in multiple target tables?
Below is my JDBC-Sink connector configuration:
connector.class=io.confluent.connect.jdbc.JdbcSinkConnector
behavior.on.null.values=ignore
table.name.format=kafka_Address_V1, kafka_Attribute_V1
connect...
Ragini Gupta
Votes: 0
Answers: 1
SpringBoot create record in MSSQL return null
I am learning on SpringBoot performing CRUD on MSSQL, and I have encountered some issues, would like to get some advise. Thank you
pom.xml
<?xml version="1.0" encoding="UTF-8"?&...
xxestter
Votes: 0
Answers: 1
Need YTD and MTD calculations in SQL
Date Amt ytd mtd
01-Jan-21 1 2 2
01-Jan-21 1 2 2
02-Jan-21 1 3 3
03-Jan-21 1 4 4
01-Feb-21 1 5 1
02-Feb-21 1 6 2
03-Feb-21 1 7 3
04-Feb-21 1 8 4
...
Anirban Patra
Votes: 0
Answers: 1
JMeter & Gitlab: How to Install & SQLServer JDBC Driver?
I have a Gitlab pipeline that calls JMeter from the justb4/jmeter:latest Docker image.
Everything was working fine, but then I forgot when I checked in the latest version of my JMX that I was using th...
Guy
Votes: 0
Answers: 1