We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b3a6d commit e9e8b76Copy full SHA for e9e8b76
data/questionBank.json
@@ -3599,5 +3599,39 @@
3599
],
3600
"difficulty": "Medium",
3601
"title": "Java两个线程交叉打印"
3602
+ },
3603
+ {
3604
+ "type": "Question",
3605
+ "category": [
3606
+ "Database",
3607
+ "数据库",
3608
+ "MQ"
3609
+ ],
3610
+ "difficulty": "Medium",
3611
+ "title": "为什么使用消息队列?"
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
+ "title": "消息队列有什么优点和缺点?"
3622
3623
3624
3625
3626
3627
3628
+ "System Design",
3629
+ "系统设计",
3630
+ "MQ",
3631
+ "Kafka",
3632
+ "RocketMQ"
3633
3634
+ "difficulty": "Hard",
3635
+ "title": "Kafka、ActiveMQ、RabbitMQ、RocketMQ 都有什么区别,以及适合哪些场景?"
3636
}
3637
]
0 commit comments