GoogleCloudPlatform / datacatalog-connectors-bi

Sample code with integration between Data Catalog and BI data sources.
Apache License 2.0
32 stars 16 forks source link

Replace producer/consumer with send/receiver #67

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

- What I did Replaced producer/consumer-related terms with sender/receiver, which have a stronger link with the WebSockets context.

- How I did it Just replaced variable, method, and class names, and updated the docs as well.

- How to verify it Run the unit tests.

- Description for the changelog Replaced producer/consumer-related terms with sender/receiver.