Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial error tests #87

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

simlay
Copy link
Contributor

@simlay simlay commented Aug 12, 2021

No description provided.

@@ -14,4 +14,5 @@ serde = "1.0.126"
env_logger = "0.8.3"
async-std = { version = "1.9.0", features = ["attributes"] }
tokio = { version = "1.3.0", features = ["macros"] }
fluvio-future = { version = "0.3.5", features = ["net"] }
fluvio-future = { version = "0.3.8", features = ["net"] }
fluvio = { git = "https://github.com/infinyon/fluvio" }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using fluvio in the proxy to get the config should be removed.

Comment on lines +27 to +30
let config_file = ConfigFile::default_config()?;
let config = config_file.config();
let cluster = config.current_cluster()?;
*/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using fluvio in the proxy to get the config should be removed.

Comment on lines +4 to +10
try {
await fetch(`${base_url}/off`, {
method: 'GET',
});
} catch (e) {
console.error(`${e.message}`);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This call would fail in firefox for me but if I recall correctly, it worked in chrome.

@@ -2,6 +2,7 @@
"rust-analyzer": {
"cargo": {
"target": "wasm32-unknown-unknown"
}
},
{ "openCargoToml": true }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't needed I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants