Michael Kaufman

Results 22 comments of Michael Kaufman

@rochdev If you were to publish a new major version of `@datadog/native-metrics`, testing locally with verdaccio, could that potentially circumvent this issue?

@rochdev Thank you, just thinking out loud here. > The above workaround does seem to permanently fix the cache. The problem is I can't implement this workaround for the thousands...

@rochdev > I thought the same thing, but after removing the Verdaccio container completely and running a new one I was getting the same issue. I think it's possible that...

> @mkaufmaner Would environment variables work for your use case instead? The same workaround can be applied with `NPM_CONFIG_IGNORE_SCRIPTS=true`. I'm trying to not have to revert this change since it...

> @mkaufmaner It looks like adding an empty `install` script resolves the issue. I'll add that for now until the issue is fixed in `npm`. Thank you, I hope this...

> Sam from Confluent here. > > I know that the Confluent team are now officially supporting a javascript client with this early access release: > > https://github.com/confluentinc/confluent-kafka-javascript > >...

Related to https://github.com/tulios/kafkajs/issues/1603

Have you tried using an observable? https://github.com/nestjs/nest/issues/3954#issuecomment-579698979

> Would you like to create a PR replacing kafkajs with node-rdkafka? @kamilmysliwiec This will be a breaking change but I can take a swing at it, it has been...

> Does it have to be a breaking change? Could it be introduced as a new transport type and mark the old one for deprecation? It can be implemented as...