Spring Tips: Distributed Locks with Spring Integration

  Рет қаралды 31,850

SpringDeveloper

SpringDeveloper

Күн бұрын

Пікірлер: 27
@al.sargent
@al.sargent 5 жыл бұрын
Great job as always Josh! I just today highlighted this video to one of my colleagues as an example of an excellent developer-oriented video.
@JimzZel
@JimzZel 3 жыл бұрын
Thank you for this video, I learned something today.
@Prim12398
@Prim12398 5 жыл бұрын
"Using my second favorite place.. start.....stackoverflow..." 0:55, haha , we know what You are made of :> (Good tutorial)
@khalildureidy
@khalildureidy 5 жыл бұрын
is it supposed to create the db tables automatically for the lock? or you created them manually?
@aniyt10
@aniyt10 3 жыл бұрын
Good point. I had to create this table CREATE TABLE INT_LOCK ( LOCK_KEY CHAR(36) NOT NULL, REGION VARCHAR(100) NOT NULL, CLIENT_ID CHAR(36), CREATED_DATE TIMESTAMP NOT NULL, constraint INT_LOCK_PK primary key (LOCK_KEY, REGION) );
@vijo3510
@vijo3510 Ай бұрын
Will this work for mysql .i tried but registry coming null
@hannesvideo
@hannesvideo 5 жыл бұрын
Ok, not much spring-integration here, I thought. But it is the LockRegistry that is used!
@rajpraveenbhiwani9176
@rajpraveenbhiwani9176 3 жыл бұрын
With differenct JVMs will that solution work. And if not how can we handle?
@shubhamna1192
@shubhamna1192 4 жыл бұрын
getting initialization error for the final field ,private final LockRegistry registry;
@valix85
@valix85 5 жыл бұрын
Please in future increase font zoom in IDE and browser... Good video
@smithdragon6477
@smithdragon6477 2 жыл бұрын
Good demo .but no transaction controls ...
@vishalsundararajan1228
@vishalsundararajan1228 5 жыл бұрын
I want a queuing approach instead of locking it, i want all the request to be processed but only one at a time
@WasifTanveer
@WasifTanveer 3 жыл бұрын
You can use some broker i.e. publisher consumer mechanism to achieve your requirement
@arvindgurav9911
@arvindgurav9911 3 жыл бұрын
Can you share github repo link.
@andreslascano
@andreslascano 5 жыл бұрын
How can I do this with mongodb?
@srvmojo9190
@srvmojo9190 5 жыл бұрын
Theres good support for the same in spring data , using @Version annontation & optimistic locking or pessimistic locking even for clustered environment .
@waqasrana7891
@waqasrana7891 2 жыл бұрын
@@srvmojo9190 that will throw exception so you have to retry again
@hongxing7259
@hongxing7259 2 жыл бұрын
do NOT use verb in api uri, like "update", and do use correct http method PUT for update
@himanshurawal7223
@himanshurawal7223 3 жыл бұрын
Please increase the font
@janbodnar7815
@janbodnar7815 5 жыл бұрын
Arrgh, dark theme please.
@zapl80
@zapl80 5 жыл бұрын
No, please stay with the light theme. Stupid pseudo pro dark look doesn't make your code better nor is it easier to read.
@janbodnar7815
@janbodnar7815 5 жыл бұрын
@@zapl80 How old are you? Because the older you are, the more you appreciate the dark theme; it is easier on the eyes.
@lisafox9026
@lisafox9026 5 жыл бұрын
NO dark theme !!!! bad video!!!!! beeeee
@ladahofmann451
@ladahofmann451 5 жыл бұрын
J
@ladahofmann451
@ladahofmann451 5 жыл бұрын
3
Spring Tips: WebMvc.fn - the functional DSL for Spring MVC
26:58
SpringDeveloper
Рет қаралды 10 М.
Spring Tips: A Gentle introduction to Spring Integration
38:51
SpringDeveloper
Рет қаралды 78 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Spring Tips: Reactive Transactions in MongoDB and R2DBC
25:04
SpringDeveloper
Рет қаралды 14 М.
Spring Tips: Spring Statemachine
59:46
SpringDeveloper
Рет қаралды 55 М.
Spring Tips: Business Process Management with Flowable
1:11:04
SpringDeveloper
Рет қаралды 42 М.
Spring Tips: RSocket Messaging in Spring Boot 2.2
24:42
SpringDeveloper
Рет қаралды 21 М.
Spring Tips: Remote File System Integrations (FTP) with Spring Integration
1:02:31
Spring Tips: Spring Cloud Circuit Breaker
21:02
SpringDeveloper
Рет қаралды 20 М.
Spring Tips: Debugging Reactor Applications
53:28
SpringDeveloper
Рет қаралды 21 М.
Developing microservices with aggregates - Chris Richardson
1:09:50
SpringDeveloper
Рет қаралды 278 М.
Guide to "Reactive" for Spring MVC Developers
1:04:27
SpringDeveloper
Рет қаралды 62 М.
Spring Tips: Spring Batch and Apache Kafka
44:15
SpringDeveloper
Рет қаралды 36 М.