Skip to content

Commit

Permalink
Call xds library register function in interop server
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Feb 12, 2025
1 parent eed4d54 commit f6631f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/grpc-js-xds/interop/xds-interop-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ import { SimpleRequest__Output } from './generated/grpc/testing/SimpleRequest';
import { SimpleResponse } from './generated/grpc/testing/SimpleResponse';
import { ReflectionService } from '@grpc/reflection';

grpc_xds.register();

const packageDefinition = protoLoader.loadSync('grpc/testing/test.proto', {
keepCase: true,
defaults: true,
Expand Down

0 comments on commit f6631f5

Please sign in to comment.