Этот коммит содержится в:
Ihar Hancharenka 2024-12-25 22:00:55 +03:00
родитель 5cfed8ce1c
Коммит ad4fe3a238
4 изменённых файлов: 28 добавлений и 24 удалений

Просмотреть файл

@ -1,5 +1,8 @@
https://github.com/provectus/kafka-ui
https://github.com/provectus/kafka-ui/blob/master/documentation/compose/kafka-with-zookeeper.yaml
https://docs.kafka-ui.provectus.io
https://docs.kafka-ui.provectus.io/configuration/configuration-file
2023
https://habr.com/ru/articles/753398/

Просмотреть файл

@ -1,3 +1,7 @@
https://github.com/brettwooldridge/HikariCP
https://github.com/brettwooldridge/HikariCP/wiki/Down-the-Rabbit-Hole
2024
Valkov - PG for Java Devs 0:00 of 44:21
https://www.youtube.com/watch?v=QzIUHvDnEaI

Просмотреть файл

@ -6,27 +6,6 @@ https://github.com/spring-projects/spring-kafka
https://docs.spring.io/spring-kafka/reference/html/
https://docs.spring.io/spring-kafka/reference/htmlsingle/
https://search.maven.org/search?q=g:org.springframework.kafka%20AND%20a:spring-kafka
compile('org.springframework.kafka:spring-kafka')
Spring Boot 1.5 include auto-configuration support for Apache Kafka via the spring-kafka project.
To use Kafka simply include the spring-kafka`depenency and configure the appropriate `spring.kafka.* application properties.
Recieving messages from Kafka is as simple as annotating a method:
@Component
public class MyBean {
@KafkaListener(topics = "someTopic")
public void processMessage(String content) {
// ...
}
}
@Override public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException {
WRITER$.write(this, SpecificData.getEncoder(out));
}
testing
2024
@ -38,12 +17,25 @@ https://stackoverflow.com/questions/58492689/how-to-send-batched-data-with-sprin
2020
https://medium.com/@shrutishrm17/kafka-batch-processing-in-spring-boot-fc6c58f857fa
compression
https://medium.com/swlh/exploit-apache-kafkas-message-format-to-save-storage-and-bandwidth-7e0c533edf26
api
https://docs.spring.io/spring-kafka/api/org/springframework/kafka/core/KafkaTemplate.html
ex-err
https://docs.spring.io/spring-kafka/reference/kafka/annotation-error-handling.html
@Bean
CommonErrorHandler kafkaErrorHandler() {
return new KafkaErrorHandler();
}
jaas
https://kafka.apache.org/documentation/#security_jaas_client
testing
https://testcontainers.com/guides/testing-spring-boot-kafka-listener-using-testcontainers/
compression
https://medium.com/swlh/exploit-apache-kafkas-message-format-to-save-storage-and-bandwidth-7e0c533edf26
http://www.baeldung.com/spring-kafka
presentations

Просмотреть файл

@ -14,6 +14,11 @@ https://github.com/keycloak/keycloak-quickstarts/blob/latest/docs/getting-starte
https://github.com/keycloak/keycloak
token endpoint
https://www.baeldung.com/postman-keycloak-endpoints
https://openid.net/specs/openid-connect-core-1_0.html#TokenEndpoint
https://habr.com/ru/companies/flant/articles/670628/
mvn
https://search.maven.org/search?q=a:keycloak-adapter-bom
https://search.maven.org/artifact/org.keycloak.bom/keycloak-adapter-bom/18.0.2/pom