You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a core library that will add common features for our services.
5
+
This is a core library that will add common features for our services.
6
6
7
-
> The ones that have their own right now will be migrated as needed
7
+
> The ones that have their own right now will be migrated as needed
8
8
9
-
Mostly this deals with configuring logging, messaging (rabbit && nats), and loading configuration.
9
+
Mostly this deals with configuring logging, messaging (rabbit && nats), and loading configuration.
10
+
11
+
## Testing
12
+
### Prerequisites
13
+
14
+
If running on Apple silicon, the `librdkafka` library will need to be linked dynamically. We may want to keep an eye on [issues](https://github.com/confluentinc/confluent-kafka-go/issues/696) in the `confluent-kakfa-go` repository for alternative approaches that we could use in the future.
15
+
16
+
```
17
+
brew install openssl
18
+
brew install librdkafka
19
+
brew install pkg-config
20
+
```
21
+
22
+
And add `PKG_CONFIG_PATH` to your `~/.bashrc` or `~/.zshrc` (as instructed by `brew info openssl`)
0 commit comments