apache / apache/pulsar-client-node
Provide more info for the AuthenticationError
- Lingua principale
- C++
- Stelle
- 164
- Fork
- 98
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The Node.js client throws an error when an authentication problem occurs:
```
node:internal/process/promises:391
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: Failed to create producer: AuthenticationError]
```
However, this error message lacks useful details. For example, it does not specify if the issue is related to the network connection to the issuer (for OAuth2), a file not being found, or another cause. It would be better to provide more specific information for this error.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Inizia riproducendo l’AuthenticationError di Node.js mostrato e tracciando il punto in cui questo errore viene creato o esposto nel client. Verifica come vengono attualmente rappresentati gli errori di rete OAuth2, i file mancanti e le altre cause di autenticazione. Il lavoro è completato quando il messaggio di errore fornisce informazioni utili e specifiche sulla causa sottostante.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- node.js
- Ambito
- authentication
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100