마이크로서비스 아키텍처란 무엇인가?

마이크로서비스 아키텍처는 소프트웨어 시스템을 여러 개의 작은 독립적인 서비스로 분할하는 방식입니다. 각각의 서비스는 자체적으로 실행 가능하며, 별도의 데이터베이스와 연결될 수 있습니다. 이러한 방식은 모놀리식 아키텍처와 대조적입니다. 모놀리식 아키텍처는 하나의 큰 애플리케이션으로 구성되며, 하나의 데이터베이스를 공유합니다.

마이크로서비스 아키텍처는 최근 몇 년간, 개발 형태가 변화하면서 인기를 얻었습니다. 이 방식은 애플리케이션 개발 및 유지보수를 더욱 쉽게 만들어줍니다. 각각의 서비스는 독립적으로 개발, 배포, 운영이 가능하기 때문입니다.

백엔드 서비스에 마이크로서비스 아키텍처 적용 방법

백엔드 서비스에 마이크로서비스 아키텍처를 적용하기 위해서는 아래와 같은 단계를 거칩니다.

1. 서비스 분리하기

첫 번째 단계는 서비스를 분리하는 것입니다. 서비스는 비즈니스 로직, 데이터베이스, 인터페이스 등 모든 것을 포함하고 있으며, 가능한 작은 단위로 분리하는 것이 좋습니다. 이렇게 하면 개발, 배포, 유지보수 등이 더욱 쉬워집니다.

2. 서비스 간 통신

각각의 서비스는 독립적으로 실행되어야 하기 때문에, 서비스 간 통신이 필요합니다. 이를 위해서는 각각의 서비스에서 REST API를 사용하여 통신할 수 있습니다. 이를 위해서는 API 게이트웨이와 같은 역할을 하는 서비스를 따로 구축하는 것이 좋습니다.

3. 서비스 배포

각각의 서비스는 독립적으로 배포되어야 합니다. 이를 위해서는 각각의 서비스를 별도의 독립적인 컨테이너로 만들고, 이를 배포할 수 있는 플랫폼을 구축해야 합니다. 대표적인 플랫폼으로는 Kubernetes, Docker Swarm 등이 있습니다.

4. 모니터링

각각의 서비스가 독립적으로 실행되기 때문에, 문제가 발생하면 어떤 서비스에서 문제가 발생했는지 파악하기 어렵습니다. 따라서 각각의 서비스를 모니터링하는 시스템을 구축해야 합니다. 이를 위해서는 각각의 서비스에서 발생하는 로그를 수집하여 분석할 수 있어야 합니다.

마이크로서비스 아키텍처를 적용하는 장점

마이크로서비스 아키텍처를 적용하면 아래와 같은 장점을 얻을 수 있습니다.

1. 유연성

각각의 서비스는 독립적으로 개발, 배포, 운영이 가능하기 때문에, 유연성이 높아집니다. 새로운 기능을 추가하거나 변경할 때 다른 서비스에 영향을 주지 않고, 해당 서비스만 수정할 수 있습니다.

2. 확장성

마이크로서비스 아키텍처는 각각의 서비스를 별도의 컨테이너로 만들기 때문에, 서비스의 수평적인 확장이 용이합니다. 필요한 서비스만 확장할 수 있으며, 다른 서비스에 영향을 주지 않습니다.

3. 안정성

하나의 서비스에 문제가 발생하더라도, 다른 서비스는 독립적으로 실행되기 때문에 안정성이 높아집니다. 또한, 서비스 간 통신이 REST API를 사용하기 때문에, 서비스 간 결합도가 낮아지고, 이로 인해 전체 시스템의 안정성이 높아집니다.

4. 개발 생산성

각각의 서비스는 독립적으로 개발, 배포, 운영이 가능하기 때문에, 개발 생산성이 높아집니다. 새로운 기능을 추가하거나 변경할 때, 다른 서비스에 영향을 주지 않기 때문에, 빠른 개발이 가능합니다.

마이크로서비스 아키텍처를 적용한 기업 사례 분석

마이크로서비스 아키텍처를 적용한 기업으로는 Netflix, Amazon, Uber 등이 있습니다. 이들 기업은 모놀리식 아키텍처에서 마이크로서비스 아키텍처로 전환하여, 더욱 높은 안정성과 개발 생산성을 얻었습니다.

예를 들어, Netflix는 마이크로서비스 아키텍처를 적용하여, 매우 복잡한 시스템을 운영할 수 있게 되었습니다. 이전에는 모놀리식 아키텍처에서 모든 서비스를 하나의 데이터베이스에 연결하여 운영하였습니다. 그러나 이로 인해 문제가 발생하면 전체 시스템에 영향을 미치는 문제가 발생했습니다. 이에 마이크로서비스 아키텍처로 전환하면서, 각각의 서비스를 독립적으로 개발, 배포, 운영할 수 있게 되었습니다. 이로 인해 안정성이 높아졌으며, 개발 생산성도 높아졌습니다.

Amazon은 마이크로서비스 아키텍처를 적용하여, AWS(아마존 웹 서비스)를 운영하고 있습니다. AWS는 수천 개의 서비스로 구성되어 있으며, 각각의 서비스는 독립적으로 개발, 배포, 운영이 가능합니다. 이로 인해 AWS는 매우 높은 안정성과 확장성을 얻을 수 있었습니다.

Uber도 마이크로서비스 아키텍처를 적용하여, 안정성과 개발 생산성을 높였습니다. Uber는 수많은 도시에서 서비스를 제공하고 있으며, 이를 위해 수많은 서비스를 운영하고 있습니다. 이를 위해 마이크로서비스 아키텍처를 적용하여, 각각의 서비스를 독립적으로 개발, 배포, 운영할 수 있게 되었습니다. 이로 인해 안정성이 높아졌으며, 개발 생산성도 높아졌습니다.

결론

마이크로서비스 아키텍처는 최근 몇 년간 개발 형태가 변화하면서, 인기를 얻고 있습니다. 이 방식은 각각의 서비스를 독립적으로 개발, 배포, 운영할 수 있기 때문에, 안정성과 개발 생산성을 높일 수 있습니다. 이러한 이유로, 많은 기업들이 마이크로서비스 아키텍처를 적용하고 있으며, 앞으로도 더욱 많은 기업들이 이를 적용할 것으로 예상됩니다.

스프링 클라우드 컴포넌트를 활용한 마이크로서비스 아키텍처 구현 방법

마이크로서비스 아키텍처는 최근에 많은 기업에서 적용하고 있는 방식 중 하나입니다. 이는 하나의 큰 애플리케이션을 작은 서비스 단위로 쪼개어 각각의 서비스를 독립적으로 관리하고 운영하는 것입니다. 이를 통해 개발과 배포의 효율성을 높일 수 있으며, 유지보수 및 확장성 측면에서도 매우 유리합니다. 이번에는 이러한 마이크로서비스 아키텍처를 구현하는 대표적인 프레임워크인 스프링 클라우드 컴포넌트에 대해 알아보겠습니다.

스프링 클라우드 컴포넌트란?

스프링 클라우드 컴포넌트는 스프링 프레임워크 기반으로 구현된 마이크로서비스 아키텍처를 구현하기 위한 다양한 라이브러리와 프레임워크의 집합체입니다. 이를 통해 마이크로서비스 아키텍처를 구현하는 데 필요한 공통적인 문제들을 해결할 수 있습니다. 스프링 클라우드 컴포넌트는 다양한 서비스 디스커버리, 로드밸런싱, 서킷브레이커, 분산 추적 등의 기능을 제공합니다.

스프링 클라우드 컴포넌트는 다양한 라이브러리와 프레임워크의 조합으로 이루어져 있습니다. 이 중에서도 대표적인 것은 다음과 같습니다.

  • 스프링 클라우드 넷플릭스: 서비스 디스커버리, 로드밸런싱, 서킷브레이커 등의 기능을 제공합니다.
  • 스프링 클라우드 쿠버네티스: 쿠버네티스를 이용한 마이크로서비스 배포 및 관리를 위한 라이브러리입니다.
  • 스프링 클라우드 스트림: 메시지 기반의 마이크로서비스 아키텍처를 구현하기 위한 라이브러리입니다.

이 외에도 다양한 스프링 클라우드 컴포넌트가 있으며, 이를 조합하여 필요한 마이크로서비스 아키텍처를 구현할 수 있습니다.

마이크로서비스 아키텍처의 장단점

마이크로서비스 아키텍처를 적용하면 다음과 같은 장점을 얻을 수 있습니다.

  • 유연성: 작은 단위의 서비스로 쪼개어 개발, 배포, 운영, 확장, 유지보수 등을 쉽게 할 수 있습니다.
  • 확장성: 필요에 따라 서비스 단위로 쉽게 확장할 수 있습니다.
  • 독립성: 각 서비스는 독립적으로 운영되기 때문에 한 서비스의 장애가 전체 시스템에 영향을 끼치지 않습니다.
  • 기술적 다양성: 각 서비스는 독립적으로 개발, 배포, 운영되기 때문에 기술적으로 다양한 기술 스택을 적용할 수 있습니다.

하지만 마이크로서비스 아키텍처를 구현하는 것은 다음과 같은 단점도 있습니다.

  • 복잡성: 서비스 단위로 쪼개어 개발, 배포, 운영, 통합 등을 관리하기 위해서는 복잡한 구성과 운영이 필요합니다.
  • 통합: 각 서비스는 독립적으로 운영되기 때문에 서비스 간의 통합이 필요합니다.
  • 분산 시스템의 문제점: 분산 시스템의 문제점인 네트워크 불안정성, 서비스 장애 등이 발생할 수 있습니다.

스프링 클라우드 컴포넌트를 활용한 마이크로서비스 아키텍처 구현 방법

스프링 클라우드 컴포넌트를 활용하여 마이크로서비스 아키텍처를 구현하는 방법은 다음과 같습니다.

1. 스프링 부트 애플리케이션 생성

먼저 스프링 부트 애플리케이션을 생성합니다. 이를 위해 Spring Initializr를 이용하거나, CLI(Command Line Interface)를 이용하여 직접 생성할 수 있습니다.

@SpringBootApplication
public class MyApplication {

    public static void main(String[] args) {
        SpringApplication.run(MyApplication.class, args);
    }
}

2. 스프링 클라우드 컴포넌트 의존성 추가

스프링 클라우드 컴포넌트를 사용하기 위해서는 의존성을 추가해야 합니다. 이를 위해 build.gradle 파일에 다음과 같이 의존성을 추가합니다.

dependencies {
    implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
    implementation 'org.springframework.cloud:spring-cloud-starter-netflix-hystrix'
}

3. 서비스 디스커버리 설정

스프링 클라우드 컴포넌트를 이용하여 서비스 디스커버리를 설정합니다. 이를 위해 application.yml 파일에 다음과 같이 설정합니다.

spring:
  application:
    name: my-service
eureka:
  client:
    serviceUrl:
      defaultZone: http://localhost:8761/eureka/

4. 서비스 구현

서비스를 구현합니다. 이를 위해 RestController를 이용하여 API를 구현합니다.

@RestController
public class MyController {

    @GetMapping("/hello")
    public String hello() {
        return "Hello World!";
    }
}

5. 서킷브레이커 설정

서킷브레이커를 설정합니다. 이를 위해 HystrixCommand를 이용하여 각각의 서비스를 호출합니다.

@HystrixCommand(fallbackMethod = "fallback")
public String callService() {
    RestTemplate restTemplate = new RestTemplate();
    return restTemplate.getForEntity("http://my-service/hello", String.class).getBody();
}

public String fallback() {
    return "Fallback";
}

6. 서비스 간의 통신

서비스 간의 통신을 구현합니다. 이를 위해 RestTemplate을 이용하여 API를 호출합니다.

RestTemplate restTemplate = new RestTemplate();
String result = restTemplate.getForEntity("http://my-service/hello", String.class).getBody();

7. 서비스 배포

서비스를 배포합니다. 이를 위해 Docker를 이용하여 각각의 서비스를 컨테이너로 만들고, Kubernetes를 이용하여 배포합니다.

docker build -t my-service:1.0 .
docker run -d -p 8080:8080 my-service:1.0
kubectl apply -f my-service.yaml

구현 시 고려해야 할 사항과 해결책

마이크로서비스 아키텍처를 구현할 때는 다음과 같은 고려 사항이 있습니다.

1. 서비스 디스커버리

서비스 디스커버리는 서비스 간의 통신을 위해 필요한 기능입니다. 스프링 클라우드 컴포넌트에서는 Netflix Eureka를 이용하여 서비스 디스커버리를 구현할 수 있습니다.

2. 로드밸런싱

로드밸런싱은 트래픽을 분산시켜 서비스의 가용성을 높이는 기능입니다. 스프링 클라우드 컴포넌트에서는 Netflix Ribbon을 이용하여 로드밸런싱을 구현할 수 있습니다.

3. 서킷브레이커

서킷브레이커는 서비스 간의 통신에서 발생할 수 있는 장애를 처리하는 기능입니다. 스프링 클라우드 컴포넌트에서는 Netflix Hystrix를 이용하여 서킷브레이커를 구현할 수 있습니다.

4. 분산 추적

분산 추적은 여러 서비스 간의 통신에서 발생하는 문제를 추적하는 기능입니다. 스프링 클라우드 컴포넌트에서는 Zipkin을 이용하여 분산 추적을 구현할 수 있습니다.

5. 서비스 메시지 큐

서비스 메시지 큐는 서비스 간의 비동기적인 통신을 구현하는 기능입니다. 스프링 클라우드 컴포넌트에서는 RabbitMQ, Kafka 등의 메시지 큐를 이용하여 서비스 메시지 큐를 구현할 수 있습니다.

결론

이번 글에서는 스프링 클라우드 컴포넌트를 이용하여 마이크로서비스 아키텍처를 구현하는 방법에 대해 알아보았습니다. 스프링 클라우드 컴포넌트는 서비스 디스커버리, 로드밸런싱, 서킷브레이커, 분산 추적 등의 기능을 제공하여 마이크로서비스 아키텍처를 구현하는 데 매우 유용합니다. 하지만 이를 구현할 때는 다양한 고려 사항이 있으며, 이를 고려하여 구현하여야 합니다.

Building Resilient Microservices with Spring Cloud Resilience4j

마이크로서비스 아키텍처는 모놀리식 아키텍처의 문제점을 해결하기 위한 방법으로 인기를 얻었습니다. 하지만, 이러한 아키텍처는 여러 마이크로서비스간의 의존성을 가지고 있기 때문에 전체 시스템의 안정성과 성능에 영향을 미칠 수 있습니다. 이러한 문제를 해결하기 위해 Circuit Breaker 및 Retry 메커니즘이 필요합니다. 이번 글에서는 Spring Cloud Resilience4j를 사용하여 마이크로서비스의 안정성과 성능을 개선하는 방법에 대해 알아볼 것입니다.

Spring Cloud Resilience4j를 활용한 탄력적인 마이크로서비스 구축

Spring Cloud Resilience4j는 Spring Boot를 사용하여 Circuit Breaker, Retry, Rate Limiter 및 Bulkhead를 쉽게 구현할 수 있도록 지원하는 라이브러리입니다. 이 라이브러리는 Netflix의 Hystrix 라이브러리와 비슷한 기능을 제공하지만, 성능과 안정성 면에서 더 나은 결과를 보여줍니다.

Resilience4j는 Configuration과 Decorator 패턴을 사용하여 쉽게 구현할 수 있습니다. Configuration은 Circuit Breaker, Retry, Rate Limiter, Bulkhead 등의 설정을 담당하며, Decorator는 이러한 설정을 기반으로 Circuit Breaker, Retry, Rate Limiter, Bulkhead 등의 기능을 제공합니다.

Resilience4j를 사용하면 마이크로서비스의 안정성과 성능을 개선하는 데 필요한 다양한 기능을 쉽게 구현할 수 있습니다. 이제 Resilience4j를 이용한 Circuit Breaker 및 Retry 메커니즘에 대해 알아보겠습니다.

Resilience4j를 이용한 Circuit Breaker 및 Retry 메커니즘 구현

Circuit Breaker는 일정 시간 동안 실패한 요청을 차단하고, 일정 시간이 지나면 다시 요청을 허용하는 메커니즘입니다. Resilience4j를 사용하여 Circuit Breaker를 구현하려면 다음과 같은 단계를 따릅니다.

  1. Configuration 생성
@Bean
public Customizer<Resilience4jConfigBuilder> defaultCustomizer() {
  return configBuilder -> configBuilder.timeLimiterConfig(
    TimeLimiterConfig.custom().timeoutDuration(Duration.ofSeconds(4)).build())
    .circuitBreakerConfig(CircuitBreakerConfig.custom()
    .failureRateThreshold(50)
    .waitDurationInOpenState(Duration.ofSeconds(2))
    .build());
}
  1. Circuit Breaker 생성
@Bean
public CircuitBreakerRegistry circuitBreakerRegistry() {
  return CircuitBreakerRegistry.ofDefaults();
}

@Bean
public CircuitBreaker circuitBreaker(CircuitBreakerRegistry registry) {
  return registry.circuitBreaker("backendName");
}
  1. Circuit Breaker 적용
@Service
public class MyService {
  @Autowired
  private CircuitBreaker circuitBreaker;

  @CircuitBreaker(name = "backendName")
  public String myServiceMethod() {
    // do something
  }
}

Retry는 일정 횟수만큼 요청을 반복하는 메커니즘입니다. Resilience4j를 사용하여 Retry를 구현하려면 다음과 같은 단계를 따릅니다.

  1. Configuration 생성
@Bean
public Customizer<RetryConfigBuilder> defaultCustomizer() {
  return configBuilder -> configBuilder.maxAttempts(3)
    .waitDuration(Duration.ofMillis(500))
    .retryExceptions(IOException.class, TimeoutException.class);
}
  1. Retry 생성
@Bean
public RetryRegistry retryRegistry() {
  return RetryRegistry.ofDefaults();
}

@Bean
public Retry retry(RetryRegistry registry) {
  return registry.retry("backendName");
}
  1. Retry 적용
@Service
public class MyService {
  @Autowired
  private Retry retry;

  @Retry(name = "backendName")
  public String myServiceMethod() {
    // do something
  }
}

Resilience4j를 통해 마이크로서비스의 안정성 및 성능 개선 방법에 대한 분석

Resilience4j를 사용하면 마이크로서비스의 안정성과 성능을 개선하는 다양한 방법을 제공합니다. Circuit Breaker와 Retry 외에도 Rate Limiter와 Bulkhead 등의 기능을 제공하며, 모든 기능은 Configuration과 Decorator 패턴을 사용하여 쉽게 구현할 수 있습니다.

Resilience4j를 사용하면 다음과 같은 이점을 얻을 수 있습니다.

  • Circuit Breaker를 사용하여 실패한 요청을 차단하고, 시스템의 안정성을 개선할 수 있습니다.
  • Retry를 사용하여 요청을 반복하고, 시스템의 성능을 개선할 수 있습니다.
  • Rate Limiter를 사용하여 요청의 처리 속도를 제한하고, 시스템의 안정성을 개선할 수 있습니다.
  • Bulkhead를 사용하여 요청의 처리량을 제한하고, 시스템의 안정성을 개선할 수 있습니다.

Resilience4j는 다양한 기능을 제공하며, 이러한 기능을 쉽게 구현할 수 있습니다. 따라서, Resilience4j를 사용하여 마이크로서비스의 안정성과 성능을 개선하는 것이 좋습니다.

resilience4j image

결론

이번 글에서는 Spring Cloud Resilience4j를 사용하여 마이크로서비스의 안정성과 성능을 개선하는 방법에 대해 알아보았습니다. Resilience4j는 Circuit Breaker, Retry, Rate Limiter 및 Bulkhead 등의 기능을 제공하며, Configuration과 Decorator 패턴을 사용하여 쉽게 구현할 수 있습니다. 이러한 기능을 사용하여 시스템의 안정성과 성능을 개선하는 것이 좋습니다.



해외뉴스 이슈 순위 Top10 관련 기사 - 2021년 04월 22일 08시 기준


1위 Biden 0.5% 관련 반응

  1. [Google News] Kudlow: Biden's infrastructure spending bill will 'destroy' the economy
  2. [ABC News] Jill Biden visits US Southwest amid vaccine push
  3. [Google News] Shoulder injuries to remain eligible for vaccine fund payouts under Biden administration
  4. [Google News] Ariz. Gov. Ducey urges Biden to declare national emergency at the border, as he deploys National Guard
  5. [CNN] 'I stay up nights': Afghans working for US worry about their future after Biden withdrawal announcement
  6. [Google News] George Floyd murder: President Biden announces investigation of Minneapolis policing - BBC News
  7. [StarTribune] Biden faces calls on pledge to recognize Armenian genocide
  8. [StarTribune] Jill Biden visits Southwest US amid vaccine push
  9. [CNN] Biden hits 200 million vaccine doses. The next 200 million will be a lot harder
  10. [Google News] Cuales son los puntos clave de la Cumbre de Lideres organizada por Joe Biden para frenar el Cambio Climatico

2위 Netflix 0.4% 관련 반응

  1. [Google News] “Cobra Kai”: Netflix anuncia que la temporada 4 se estrenara este 2021
  2. [Google News] No solo Netflix: ‘Spider-Man’ y otras peliculas de Sony tambien llegaran a Disney Plus
  3. [Independent] Don?셳 believe the hype: the streaming boom is far from over. Those writing off Netflix are going to look silly
  4. [ABC News] Intuitive Surgical, Tenet rise; Netflix, NextEra Energy fall
  5. [Google News] Estos son los estrenos de Netflix para mayo 2021
  6. [Google News] Netflix presento otro desesperante trailer de Oxigeno, la nueva pelicula de Alexandre Aja
  7. [Google News] ¿Mindhunter regresa? Reportan que Netflix y David Fincher retomaron platicas para tercera temporada
  8. [Independent] Stranger Things season 4: Finn Wolfhard provides frustrating update on future of Netflix show
  9. [Google News] Netflix anuncio la fecha de estreno de la temporada 5 de Outlander: ¿cuando sera? - Spoiler
  10. [Google News] ‘Cobra Kai’, ‘The Witcher’ y ‘You’ regresaran en 2021, anuncia Netflix

3위 League 0.38% 관련 반응

  1. [Google News] Liverpool and Manchester United owners apologise following European Super League collapse
  2. [BBC News] Aston Villa 1-2 Manchester City: Pep Guardiola's side eight points from Premier League title
  3. [Google News] Serie A | Inter sigue siendo el favorito al titulo y Juventus intenta asegurar un cupo a la Champions League
  4. [Google News] European Super League LIVE: PSG chairman appointed European Clubs Association president, all English clubs...
  5. [Google News] NAB League top 50 rankings: Son of Dogs champ shines
  6. [Google News] Tottenham v. Southampton | PREMIER LEAGUE HIGHLIGHTS | 4/21/2021 | NBC Sports
  7. [The Guardian] Super League died but the cartel lives on: ‘back to normal’ will simply not suffice | Jonathan Liew
  8. [Google News] The Thrilling Collapse of the European Super League
  9. [The Guardian] Aston Villa v Manchester City: Premier League ? live!
  10. [NYT] Boris Johnson Opposes Super League, Scores Political Points

4위 Covid 0.36% 관련 반응

  1. [Google News] “Su carino me ayudo”: Alejandro Fernandez ya esta libre de COVID-19
  2. [Google News] COVID-19 vaccines: building and maintaining confidence
  3. [Google News] Mental health and social interactions of older people with physical disabilities in England during the COVID-19 pandemic: a longitudinal cohort study
  4. [Google News] 2 more Granite Staters die of COVID-19; cases, hospitalizations fall
  5. [Google News] Tourists traveling to the Maldives may soon be offered a COVID-19 vaccine
  6. [Google News] Reynolds concerned vaccine hesitancy will slow Iowa's fight against COVID-19
  7. [Google News] DC Day of Action seeks volunteers to get residents registered for COVID-19 vaccine
  8. [NBC News] Covid vaccine appears to be safe during pregnancy, large CDC report shows
  9. [Google News] Answering COVID vaccine questions: Why is the vaccine needle so long? Is the rise in COVID cases...
  10. [Google News] Indiana travel baseball team dedicates season to Charlestown officer killed by COVID-19

5위 New 0.33% 관련 반응

  1. [Google News] Blue Economy Innovations by SIDS Can Advance Climate Action and Survival | News | SDG Knowledge Hub | IISD
  2. [Google News] Annastacia Palaszczuk announces million-dollar tourism boost with new Brisbane, Whitsundays travel vouchers
  3. [Google News] Nos 94 anos da Escola de Danca Maria Olenewa, Helio Bejani divulga programacao
  4. [Google News] Star Wars: Knights of the Old Republic Remake in the Works (Nerdist News w/ Dan Casey)
  5. [Google News] Tesla Roadster Matchbox car reveals new future for favourite toys
  6. [The Guardian] Australia news live: hotel quarantine hit by Covid infections; national cabinet to meet on vaccine rollout
  7. [Google News] Diablo Immortal gets new alpha test with endgame content, Crusader class
  8. [Google News] Vaccines available to all over 60 at New York walk-in sites | TheHill
  9. [Google News] George Floyd murder: President Biden announces investigation of Minneapolis policing - BBC News
  10. [Google News] Hobart Airport to welcome first international flight from New Zealand since 1998

6위 Copa 0.3% 관련 반응

  1. [Google News] EN VIVO Online: Donde y como ver Guabira - Independiente, por la Copa Sudamericana, por internet y TV
  2. [Google News] EN VIVO Online: Donde y como ver Rentistas - Racing, por la Copa Libertadores, por internet y TV
  3. [Google News] Conmebol anuncia arbitros europeos para dirigir por primera vez en Copa America
  4. [Google News] Huracan (LH) 1-4 Estudiantes (RC) I Copa Argentina
  5. [Google News] Goles de The Strongest - Boca, por la Copa Libertadores: resumen, polemicas, videos y estadisticas
  6. [Google News] Copa Argentina: llave al dia y lo que viene
  7. [Google News] The Strongest - Boca en vivo, por la Copa Libertadores: partido online, resultado, formaciones y suplentes
  8. [Google News] Copa Sudamericana 2021: horarios y canales de transmision de la primera fecha de la fase de grupos
  9. [Google News] Grupo B de la Copa Libertadores 2021: fixture, partidos y posiciones
  10. [Google News] Talleres vs. Emelec EN VIVO: como y donde VER GRATIS el partido por Copa Sudamericana 2021

7위 Super 0.28% 관련 반응

  1. [Google News] Florentino Perez confirma que proyecto de la Superliga solo esta "en stand by"
  2. [Google News] Liverpool and Manchester United owners apologise following European Super League collapse
  3. [Google News] [Video] Cuadrado se luce con doble asistencia (una exquisita) y supera a Zidane
  4. [Google News] Florentino Perez: "Estoy decepcionado, quiza no hemos sabido explicar la Superliga"
  5. [Google News] Watch 2 supermassive black holes dance around each other in a mesmerizing NASA animation
  6. [NYT] L.A. Schools Superintendent Austin Beutner Stepping Down
  7. [Google News] 'La Superliga era oportunidad unica para ayudar al futbol'
  8. [NYT] L.A. Schools Superintendent Austin Beutner to Leave in June
  9. [Google News] Salud confirma brote de covid en supermercado de Limache: hay 13 contagiados y un contacto estrecho
  10. [NYT] Florida School Superintendent Arrested on Perjury Charge

8위 Apple 0.26% 관련 반응

  1. [Google News] Spotify y Match senalan a Apple ante Senado por abuso de poder en la App Store
  2. [Google News] Appleton Airport sees 23% increase in air travel since last March
  3. [Google News] Apple targeted in $50 million ransomware attack resulting in unprecedented schematic leaks
  4. [Google News] ▷ Apple TV 4K 2021: la TV Box de Apple se renueva con el chip Bionic A12 ≫ ERdC
  5. [Google News] Tout ce qu'il faut savoir sur la balise AirTag d'Apple
  6. [Google News] Grupo de hackers secuestra informacion confidencial de Apple y exige 50 millones de dolares por ella
  7. [Google News] iPad Pro, estas son las nuevas caracteristicas de la tablet de Apple
  8. [Google News] Apple’s iPad Pro is making its own laptops obsolete
  9. [Google News] Apple shares two new ‘Behind the Mac’ ads with musician Finneas and more
  10. [Google News] Apple now lets you extend a Mac’s AppleCare Plus coverage beyond three years

9위 Chauvin 0.26% 관련 반응

  1. [Google News] Derek Chauvin latest updates ? Cop on suicide watch at maximum security prison after George Floyd murder c...
  2. [Google News] Derek Chauvin placed in solitary confinement at max security prison in Minnesota
  3. [NBC News] What Chauvin's conviction means for other former officers charged in Floyd's killing
  4. [Google News] Derek Chauvin permanecera en una unidad segregada de maxima seguridad en prision, mientras espera sentencia
  5. [USA Today] OnPolitics: Will the Derek Chauvin trial lead to police reform?
  6. [NBC News] Why Derek Chauvin's case was exceptional ??and won't lead to real change
  7. [USA Today] George Floyd still victim of lies on Facebook even after Derek Chauvin guilty verdict, report says
  8. [StarTribune] EXPLAINER: Chauvin jury could stay anonymous for a long time
  9. [USA Today] Lawmakers in Congress 'optimistic' about police overhaul in aftermath of Chauvin conviction
  10. [StarTribune] Chauvin guilty verdicts resonate among local activists who have long fought for justice

10위 CDMX 0.24% 관련 반응

  1. [Google News] CDMX: Custodio engana a sus companeros y roba 11 mdp de camioneta de valores
  2. [Google News] En lo que va del ano, 400 policias de la CDMX fueron dados de baja
  3. [Google News] Desempleo se debe a falta de inversion: CMIC-CDMX
  4. [Google News] Reitera Coparmex-CDMX respaldo a las decisiones y autonomia del INE
  5. [Google News] Detuvieron a diputado de Morena acusado de abuso sexual de un menor de edad en CDMX
  6. [Google News] Estos son los precios de la gasolina en Mexico; en CdMx se vende en minimos de $19.59
  7. [Google News] Detienen a diputado de Morena por agresion sexual a menor en CDMX
  8. [Google News] Jesus Sesma, candidato a diputado de CdMx, propone reducir impuestos a empresas
  9. [Google News] CDMX condonara pago de agua a 72 colonias de Iztapalapa
  10. [Google News] 6 playas para ir en carro desde CDMX
#Biden #Netflix #League #Covid #New #Copa #Super #Apple #Chauvin #CDMX #뉴스속보 #뉴스 #이슈링크 #이슈 #실검 #실시간검색어


출처 : 이슈링크
이슈링크 앱 다운로드
NewsLink App Download


해외뉴스 이슈 순위 Top10 관련 기사 - 2019년 07월 18일 12시 기준


1위 Trump 3.32% 관련 반응

  1. [CBS News] Trump attacks "Squad" while crowd chants "send her back" at rally
  2. [The Telegraph] Trump rally crowd chants “send her back” as president attacks congresswoman Ilhan Omar
  3. [The Guardian] Trump rally crowd chants 'send her back' after president attacks Ilhan Omar
  4. [USA Today] President Trump slams the 'squad' Congresswomen, calls them out by name at rally
  5. [Reutors] Unbowed, Trump intensifies attacks on four Democratic congresswomen
  6. [CNN] Here are the 137 Democrats who voted to kill an impeachment resolution against Trump
  7. [CNN] US preparing to send hundreds of troops to Saudi Arabia amid Iran tensions
  8. [USA Today] Trump slams 'squad' during North Carolina rally as crowd chants 'send her back'
  9. [StarTribune] 'Strictly for white people': Trump's comments on minority lawmakers spur debate on American identity
  10. [The Guardian] House kills attempt to impeach Trump for 'disgracing' presidency

2위 House 3.13% 관련 반응

  1. [CNN] Here are the 137 Democrats who voted to kill an impeachment resolution against Trump
  2. [The Guardian] House kills attempt to impeach Trump for 'disgracing' presidency
  3. [USA Today] The House kills articles of impeachment against Trump 332 to 95
  4. [StarTribune] Trump delves into accusation about Rep. Ilhan Omar's marital history
  5. [Reutors] U.S. plans different approach in leading G7 in 2020 - White House official
  6. [Reutors] UPDATE 3-U.S. House holds Barr, Ross in criminal contempt over census documents
  7. [Reutors] House holds Barr, Ross in criminal contempt over census documents
  8. [The Telegraph] House votes to hold Attorney General Barr and commerce chief in criminal contempt of Congress
  9. [Reutors] U.S. plans different approach in leading G7 in 2020: White House official
  10. [The Telegraph] House votes to block impeachment resolution against Donald Trump over 'racist' tweets - for now

3위 U.S. 1.95% 관련 반응

  1. [USA Today] 33 arrested in protest of massive telescope on sacred Hawaiian peak
  2. [Reutors] Green, first black player for Red Sox, dies at 85
  3. [USA Today] Yankees get speedy OF Terrance Gore from Royals for cash
  4. [USA Today] Rays-Yankees game postponed due to severe weather forecast
  5. [Reutors] Japan to lead development of SWIFT network for cryptocurrency: source
  6. [The Guardian] Unions call for George Calombaris to lose MasterChef job after staff underpaid by $7.8m
  7. [USA Today] 32 arrested in protest of massive telescope on sacred Hawaiian peak
  8. [USA Today] Martínez scores twice, Atlanta United beats Houston 5-0
  9. [USA Today] Altidore, Pozuelo, Morgan score, Toronto TC beats New York
  10. [Reutors] Japan to lead development of SWIFT network for cryptocurrency -source

4위 Kevin 1.37% 관련 반응

  1. [CBS News] CBS News goes inside America's largest migrant processing facility
  2. [BBC News] Kevin Spacey: Massachusetts prosecutors drop sex assault case
  3. [CNN] Charge against Kevin Spacey dropped
  4. [Reutors] Massachusetts prosecutors drop Kevin Spacey sex assault case
  5. [Reutors] UPDATE 3-Massachusetts prosecutors drop Kevin Spacey sex assault case
  6. [USA Today] Kevin Spacey criminal groping case dropped by prosecutors due to accuser's 'unavailability'
  7. [CBS News] Acting DHS chief worried about more migrant child deaths
  8. [NBC News] Sex assault case against Kevin Spacey dropped
  9. [Reutors] UPDATE 2-Massachusetts prosecutors drop Kevin Spacey sex assault case
  10. [ABC News] Prosecutors drop groping case against Kevin Spacey

5위 Spacey 1.37% 관련 반응

  1. [BBC News] Kevin Spacey: Massachusetts prosecutors drop sex assault case
  2. [CNN] Charge against Kevin Spacey dropped
  3. [Reutors] Massachusetts prosecutors drop Kevin Spacey sex assault case
  4. [Reutors] UPDATE 3-Massachusetts prosecutors drop Kevin Spacey sex assault case
  5. [USA Today] Kevin Spacey criminal groping case dropped by prosecutors due to accuser's 'unavailability'
  6. [NBC News] Sex assault case against Kevin Spacey dropped
  7. [Reutors] UPDATE 2-Massachusetts prosecutors drop Kevin Spacey sex assault case
  8. [ABC News] Prosecutors drop groping case against Kevin Spacey
  9. [ABC News] Sex assault charge dropped against actor Kevin Spacey
  10. [CBS News] Criminal charges dropped against actor Kevin Spacey

6위 Paul 1.37% 관련 반응

  1. [StarTribune] Plan to move paths away from St. Paul burial mounds welcomed by some, criticized by others
  2. [USA Today] 'It's absolutely outrageous': Jon Stewart slams Rand Paul for delaying 9/11 first responder bill
  3. [Reutors] NBA notebook: Thunder to keep Paul for now
  4. [StarTribune] Students from Freedom Schools march in St. Paul to protest gun violence
  5. [USA Today] Paul McCartney is adapting 'It's a Wonderful Life' as a stage musical
  6. [StarTribune] St. Paul prepares for $15 minimum wage enforcement
  7. [BBC News] Sir Paul McCartney to write It's A Wonderful Life musical
  8. [StarTribune] Paul McCartney writing 'It's a Wonderful Life' stage musical
  9. [Reutors] Report: Paul trade talks stall, could play for Thunder
  10. [Reutors] 'Wonderful Life' stage adaptation gets a little help from Paul McCartney

7위 Barr 0.98% 관련 반응

  1. [Reutors] UPDATE 3-U.S. House holds Barr, Ross in criminal contempt over census documents
  2. [Reutors] House holds Barr, Ross in criminal contempt over census documents
  3. [The Telegraph] House votes to hold Attorney General Barr and commerce chief in criminal contempt of Congress
  4. [Reutors] U.S. House holds Barr, Ross in criminal contempt over census documents
  5. [Reutors] UPDATE 2-U.S. House holds Barr, Ross in criminal contempt over census documents
  6. [CBS News] House votes to hold Barr and Ross in criminal contempt
  7. [ABC News] House holds Attorney General Barr, Commerce Secretary Ross in contempt of Congress
  8. [USA Today] House votes to hold Attorney General William Barr and Commerce Secretary Wilbur Ross in contempt
  9. [CBS News] Barr and Ross urge Pelosi to postpone contempt vote - live updates
  10. [Reutors] Barr, Ross urge Pelosi to delay Census contempt vote

8위 Ross 0.88% 관련 반응

  1. [ABC News] Fed-up Puerto Ricans march demanding governor resign
  2. [Reutors] UPDATE 3-U.S. House holds Barr, Ross in criminal contempt over census documents
  3. [Reutors] House holds Barr, Ross in criminal contempt over census documents
  4. [Reutors] U.S. House holds Barr, Ross in criminal contempt over census documents
  5. [Reutors] UPDATE 2-U.S. House holds Barr, Ross in criminal contempt over census documents
  6. [CBS News] House votes to hold Barr and Ross in criminal contempt
  7. [ABC News] House holds Attorney General Barr, Commerce Secretary Ross in contempt of Congress
  8. [USA Today] House votes to hold Attorney General William Barr and Commerce Secretary Wilbur Ross in contempt
  9. [CBS News] Barr and Ross urge Pelosi to postpone contempt vote - live updates
  10. [Reutors] Barr, Ross urge Pelosi to delay Census contempt vote

9위 Johnson 0.68% 관련 반응

  1. [BBC News] Johnson and Hunt told no-deal Brexit 'threat to research'
  2. [BBC News] The Papers: Bomber brother's arrest and Johnson's fishy moment
  3. [Reutors] Johnson declines to comment on plan to facilitate a no-deal Brexit
  4. [Reutors] UK's Johnson declines to comment on plan to facilitate a no-deal Brexit
  5. [Reutors] UPDATE 2-UK's Johnson declines to comment on plan to facilitate a no-deal Brexit
  6. [BBC News] Conservative PM candidates face final hustings

10위 Netflix 0.68% 관련 반응

  1. [Reutors] Netflix shares plunge as global growth falls short, U.S. customers shrink
  2. [Reutors] UPDATE 1-Netflix to roll out cheaper mobile-only plan in India
  3. [CBS News] Netflix stock tanks after U.S. subscriber count falls
  4. [ABC News] Netflix's 2Q dud rattles investors as competition heats up
  5. [Reutors] Netflix to roll out cheaper mobile-only plan in India
  6. [Reutors] Netflix shares tumble as it misses global subscriber forecasts
#Trump #House #U.S. #Kevin #Spacey #Paul #Barr #Ross #Johnson #Netflix #뉴스속보 #뉴스 #이슈링크 #이슈 #실검 #실시간검색어


출처 : 이슈링크
앱 다운로드

+ Recent posts