Skip to content

Commit

Permalink
feat(correlationID): syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldurantes committed Jan 2, 2024
1 parent 4d4297d commit ee7f440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/correlation-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Onde cada caractere é uma representação hexadecimal.

Vamos considerar um cenário em que estamos desenvolvendo um serviço de pagamento em um ambiente de microserviços, onde várias solicitações são processadas simultaneamente. Ao receber uma solicitação de pagamento, geramos um Correlation ID único para essa transação. Aqui está um exemplo de implementação em Python:

```
```python
import uuid

def process_payment(request):
Expand Down

0 comments on commit ee7f440

Please sign in to comment.