Does anyone know how to read the avro object from Kafka topic and persist that in cosmos database?

|
abhi 2022-08-07 16:12:12
R 2022-08-07 15:58:29
Bro do u have spring boot and microservices

Do u have means?

Debiprasad Dash 2022-08-07 16:13:20
abhi 2022-08-07 16:12:01
My main aim is to switch my role from automation tester to java developer, if companies are asking for spring then i will study with spring other wise only springboot

Now a days everyone using spring boot

abhi 2022-08-07 16:13:58
Debiprasad Dash 2022-08-07 16:13:20
Now a days everyone using spring boot

Ok then i will go with springboot 👍

abhi 2022-08-07 16:14:10
Ty for replying
Zelenskyy 2022-08-07 16:14:25
abhi 2022-08-07 16:13:58
Ok then i will go with springboot 👍

Bindass jaa tu

abhi 2022-08-07 16:14:59
Zelenskyy 2022-08-07 16:14:25
Bindass jaa tu

Thik hai bro 🔥

Zelenskyy 2022-08-07 16:32:31
Naresh it raghu sir
J7069-Dayal Kumar Chand 2022-08-07 19:06:28
Hear any one working on Optum
priya 2022-08-07 21:13:48
springbootmicroservices-72071.jpg

priya 2022-08-07 21:13:57
springbootmicroservices-72072.jpg

priya 2022-08-07 21:14:07
Can anyone please help me in this question
priya 2022-08-07 21:14:13
Urgent.. required solution now
Megaknight11 2022-08-07 22:03:00
Is anyone have worked on reactive mongo template
Megaknight11 2022-08-07 22:03:03
And count method
B K 2022-08-08 05:35:42
Does anyone know how to read the avro object from Kafka topic and persist that in cosmos database?

Please share if someone knows..

catlover975890 2022-08-08 06:36:40
Hi, I have doubt

public int depth (TreeNode root) {
if (root == NULL) return 0;
return max (depth(root.left), depth (root.right)) + 1;
}

in this code, if the tree has only one node, then the height of the tree will be one?

Akkisharma03 2022-08-08 09:06:07
How to open a zebra datepicker by default
Akkisharma03 2022-08-08 09:06:31
When we load the page
AjayKumar_03 2022-08-08 09:09:36
I prepared small doc regarding Path parameter and query parameter-
It covers below Topics:
1. What is Path parameter and Query parameter
2. What are the scenarios where we use path and query parameter
3. Comparison between path and query parameters

I believe every dev should know the difference between path and query parameter and how to use them

Curly 2022-08-08 09:13:53
Can any help to write java program for rest client for post the request
Mani Mani 2022-08-08 09:27:54
springbootmicroservices-72103.jpg

Mani Mani 2022-08-08 09:28:20
Any one know about this error?
Mani Mani 2022-08-08 09:28:28
Plsss help me
furkanggunes 2022-08-08 09:43:42
Merhaba spring boot+thymeleaf projem için yardımcı olabilecek var mıdır?
Debiprasad Dash 2022-08-08 09:44:38
furkanggunes 2022-08-08 09:43:42
Merhaba spring boot+thymeleaf projem için yardımcı olabilecek var mıdır?

Please say in English

furkanggunes 2022-08-08 09:45:04
Hello, can anyone help me for my spring boot+thymeleaf project?
Duelivotni 2022-08-08 09:50:11
Mani Mani 2022-08-08 09:28:20
Any one know about this error?

smth wrong with the bean you are injecting. Probably it has not been created for some reason. Maybe, you have more than 1 bean implementations of interface and Spring doesn’t know which one to use.

Unstoppable_op 2022-08-08 10:30:40
springbootmicroservices-72112.jpg
which jdk download for this
please share link
Anderson Lin 2022-08-08 10:32:27
I thought spring data jpa can write once and support different Databases.
But it seems spring data JPA doesn’t support CTE (Common Table Expression) …
Anderson Lin 2022-08-08 10:33:47
Anderson Lin 2022-08-08 10:32:27
I thought spring data jpa can write once and support different Databases.
But it seems spring data JPA doesn’t support CTE (Common Table Expression) …

If I use native SQL, then it won’t support other DB.

|