Sobes.tech

Is it possible to free the Kafka consumer thread by transferring the message to an in-memory queue and processing it in another thread?

Middle
ООО ИЦ Ай-текоООО ИЦ Ай-теко
23

int SIZE = 1000000; int[] x = new int[SIZE]; Integer[] y = new Integer[SIZE]; for (;;) { for (int i = 0; i < SIZE; ++i) { y[i] = new Integer(x[i]); } }

Senior
VKVK
23

What is the main disadvantage of recursion compared to iteration?

Senior
СБК ПАРУС
23

We need to intercept all requests in Kafka and send them to an audit or telemetry system. How would you do it?

Senior
СБК ПАРУС
23

What does the @Transactional annotation provide in this context? Will it help if an external service fails?

Senior
Т-БанкТ-Банк
22

Why is the Repeatable Read isolation level needed in this context and is it necessary?

Senior
СБЕРСБЕР
22

How would you explain to another developer what Spring Data is and its value?

Senior
ки системы
22

Have you worked on an Agile methodology project? What meetings were held in the team?

Senior
kode.ru
22

[name] asked: if we write just JOIN without specifying the type, which JOIN is used by default?

Middle+
.wrk
22

How is memory cleanup handled in Rust (since there is no garbage collector)?

Middle
ООО ИЦ Ай-текоООО ИЦ Ай-теко
22

Do you have requirements for certificate-based authentication in PSB integration interactions?

Middle
ООО ИЦ Ай-текоООО ИЦ Ай-теко
22

How did you use Redis: as a database or as a cache?

Senior
Альфа-БанкАльфа-Банк
22

[Name] asked: Tell about ELK, Prometheus, and monitoring stacks — what are they, what have you used, what are you better at?

Senior
сербская компания
22

What does the ACID abbreviation mean in the context of database transactions?

Senior
СБК ПАРУС
22

What methods of inter-process communication (IPC) do you know at the Unix operating system interface level?

Senior
VKVK
22

Have you worked under a GPH contract?

Middle+
СБЕРСБЕР
21

Within what timeframe will you be able to join the project: in two weeks, earlier, or later?

Middle+
СБЕРСБЕР
19

What is your experience with multithreading in Java?

Middle+
Т-БанкТ-Банк
19

How to view SQL queries sent by JPA/Hibernate to the database?

Middle+
Т-БанкТ-Банк
19

Tell us more about how you optimized Kafka message processing and synchronous RPC calls.

Middle+
Т-БанкТ-Банк
18
/726