Ask Your Question
0

Is it not possible to run an Azure SQL Server query using the JDBC connector within a vertx-based Kafka consumer application?

asked 2021-05-24 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-04-13 13:00:00 +0000

lakamha gravatar image

It is possible to run an Azure SQL Server query using the JDBC connector within a Vert.x-based Kafka consumer application.

You can use any JDBC-compatible driver to connect to an Azure SQL Server instance using the JDBC connector. Alternatively, you could use a third-party library such as Azure SDK for Java or the Azure Data Lake Storage connector for Kafka integration.

Once you have established a connection, you can execute queries on the Azure SQL Server and receive the results in your Kafka consumer application. You can use the Vert.x JDBC client to execute the query and process the result set.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-05-24 11:00:00 +0000

Seen: 9 times

Last updated: Apr 13 '22